Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question

closed as not a real question by PearsonArtPhoto, Michael Dillon, Mr. Alien, Jamey Sharp, Andrew Barber Nov 13 '12 at 14:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.