I wnt 2 know hw 2 set a classpath......
For running a text 2 speech convertor program, i followed d foll steps:
1)i ws needed 2 include freetts.jar & jsapi.jar in classpath, so i executd foll instruction on command prompt
c:>set classpath=c:\pathwhere2filesarestored
2)next i executd d program
c:>javac program.java
nw it is compiling
but while running d code it shows exception of missing main function(though i hv one)
pls help