Unit Testing


To test the Online Java Tutorial application:

  1. Download the free implementation of the Speech Converter API from the following URL:

     http://freetts.sourceforge.net/docs/index.php 
  2. Set the path of the bin directory of J2SDK by executing the following command at the command prompt:

     set path=%path%;D:\j2sdk1.4.0_02\bin; 
  3. Set the classpath of the lib directory of J2SDK and the Speech Converter API by executing the following command at the command prompt:

     set classpath = %classpath%;d:\j2sdk1.4.0_02\lib;C:\j2sdk1.4.0_02\lib;c:\freetts-bin-1_2_beta\lib\freetts.jar; c:\freetts-bin-1_2_beta\lib\cmulex.jar;c:\freetts-bin-1_2_beta\lib\jsapi.jar; 
  4. Copy the Tutorial.java and SpeakText.java files to a folder on your computer. Use the cd command on the command prompt to move to the folder in which you have copied the Java files. Compile the files by using the following javac command:

     javac *.java 
  5. To run the Online Java Tutorial application, specify the following command at the command prompt:

     java Tutorial 
  6. The user interface of the Online Java Tutorial application appears.

  7. Select a topic from the Java series to view the text in that topic in the right pane. The application reads out the written text corresponding to the selected topic.




Java InstantCode. Developing Applications using Java Speech API
Java InstantCode. Developing Applications using Java Speech API
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 46

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net