Hai ,
I have installed j2sdk1.4.1 but when compling programs with
import javax.speech.*;
I have got the error messeage that javax is not present ... Can any
help me or tell me how can I use Java API with j2sdk1.4.1 and do speech
programs
Kroll, Michael - 01 Feb 2006 11:17 GMT
Hello,
jith schrieb:
> Hai ,
> I have installed j2sdk1.4.1 but when compling programs with
> import javax.speech.*;
> I have got the error messeage that javax is not present ... Can any
> help me or tell me how can I use Java API with j2sdk1.4.1 and do speech
> programs
'javax.speech' is not a standard package from j2sdk1.4.1 or 1.4.2.
I think it is from the Medai-Package's.
Regards
Michael

Signature
http://www.smurfi.de
Roland de Ruiter - 04 Feb 2006 10:31 GMT
> Hai ,
> I have installed j2sdk1.4.1 but when compling programs with
> import javax.speech.*;
> I have got the error messeage that javax is not present ... Can any
> help me or tell me how can I use Java API with j2sdk1.4.1 and do speech
> programs
You'll need the Java Speech API (JSAPI) and an implementation of this
API. See the JSAPI FAQ:
Where can I get the JSAPI?
<http://java.sun.com/products/java-media/speech/forDevelopers/jsapifaq.html#where>
What JSAPI implementations are now available?
<http://java.sun.com/products/java-media/speech/forDevelopers/jsapifaq.html#imple
mentation>
Regards,
Roland