I just did the same (double-clicked on it in Windows) and it worked fine for me, all it does is showing a dialog for a license and then it extracts a jar to the same dire (\lib) the exe is in. No need to have Cygwin.
How did you obtain jsapi.exe?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, I was amiss, I just had to the same for the FreeTTS project.
You probably also checked out the sources from CVS, like me. The problem is that all non-text files are checked in as text files, not binaries. This obfuscates all non-text files (.gif, .ppt, .pdf and .exe and others). See my other topic. This can only be resolved by rechecking in all binary files with the -kb switch (ugh), so by project members only.
I just copied the jsapi.jar from the FreeTTS project and that worked fine, I just build the sources.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i tried executing .\jsapi.exe to get the jsapi.jar but it nothing happens; no errors; just returns. is it something in my environment?
do i need to have cygwin installed on my windows 2000 box?
I just did the same (double-clicked on it in Windows) and it worked fine for me, all it does is showing a dialog for a license and then it extracts a jar to the same dire (\lib) the exe is in. No need to have Cygwin.
How did you obtain jsapi.exe?
Sorry, I was amiss, I just had to the same for the FreeTTS project.
You probably also checked out the sources from CVS, like me. The problem is that all non-text files are checked in as text files, not binaries. This obfuscates all non-text files (.gif, .ppt, .pdf and .exe and others). See my other topic. This can only be resolved by rechecking in all binary files with the -kb switch (ugh), so by project members only.
I just copied the jsapi.jar from the FreeTTS project and that worked fine, I just build the sources.
i downloaded FreeTTS and executed jsapi.exe. it worked as designed. i did check out the source as you stated, so i had the problem you documented.
thanks for your help Roiger