when i'm trying to build jsapi1.0 im following these steps:
Obtaining the JSAPI binary is as simple as unpacking the jsapi.jar file in the lib directory:
UNIX-like Systems (including Linux, MacOSX, etc)
Go to the lib directory.
Type chmod +x ./jsapi.sh.
Type sh ./jsapi.sh and view the BCL.
If the BCL is acceptable, accept it by typing "y". The jsapi.jar file will be unpacked and deposited into the lib directory.
When i execute ./jsapi.sh i got this error:
Accept (y/n)?:
y
x - creating lock directory
x - SKIPPING jsapi.jar (file already exists)
i looked for the lib directory and i find a jsapi folder, i think that jsapi.jar was extracted before... when i open the jsapi folder i find a packagelist file that contains:
javax.speech
javax.speech.recognition
javax.speech.synthesis
is my jsapi configured correctly? Please help me!