ss_blog_claim=752cdf4fa7cc7b60527b400da1af07d5

Browsing All posts tagged under »javax.speech package«Follow This Tag

February 20, 2009

7 Comments

Are you blasted up with this error message “package javax.speech does not exist”. Here is the solution: Download any one of the following 1.http://cmusphinx.sourceforge.net/sphinx4/ 2.http://freetts.sourceforge.net/docs/index.php -Extract and Go to lib folder -Install Jsapi. In Eclipse: -Copy and paste Jsapi .jar from lib folder to your project. -Right click jsapi.jar and click Build path->Add to BuildPath Now compile your code it should be fine. In NetBeans: -Just right [...]

February 17, 2009

14 Comments

To develop a Java based speech application “javax.speech” is the core package required but it does not come along with any of the JDK.They are recommended to be got from 3 rd parties by sun. If you can google “javax.speech” you can find in many forum’s people asking where can i download “javax.speech” package.The most common [...]