BOOK: Professional Eclipse 3 for Java DevelopersFor discussing the book, Professional Eclipse 3 for Java Developers.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional Eclipse 3 for Java Developers section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
When I try to install freeTTS by running the jsapi.sh-script (jsapi.exe for windows users) I get the following msg after accepting:
Code:
...freetts-1.2.1/lib$ sh jsapi.sh
....
Accept (y/n)?:
y
x - creating lock directory
x - extracting jsapi.jar (binary)
jsapi.sh: 1428: uudecode: not found
restore of jsapi.jar failed
jsapi.sh: 1428: cannot open jsapi.jar: No such file
jsapi.jar: original size 51811, current size !
Did I miss anything?
---
Dyin in an alley with an air-conditioned brain...
__________________
---
Dyin in an alley with an air-conditioned brain...
Hmm.. since I realize noone has answered any of the post in this forum I answer my post myself. To unpack the jar I ran the windows binary with wine, which worked without fuzz.
Code:
wine freeTTS/lib$ wine jsapi.exe
which extracts the jsapi.jar file in linux.
I run Ubuntu 7.10.
---
Dyin in an alley with an air-conditioned brain...