Hi ,
I have speech synthesizer java program. It is running fine when i run it from netbeans.
But when i build the project and run the jar file , it's not working.
The entire program is running fine in the jar file (i.e displaying window , doing stuff etc) but the speech synthesizer part only is not working .
There are no errors when i run it in netbeans . The speech synthesizer part is also working. But when i run the jar file , the part is not working . Why is it so ?
What's going wrong?
Thanks in advance..