From: Peter C. M. <pcm...@em...> - 2005-10-06 22:37:34
|
>> JPF exception, terminating: could not load class D:\javapathfinder >> \bin\..\build\ >> env\jpf; >> the property spec was split into two, causing the value ("D: \javapathfinder...") to become an argument of its own, which is interpreted as the class name. You probably have to quote the script arguments in jpf.bat (I don't have a windows box here to check). At least, this was a bug in the Unix script version, but not the next problem you encountered >> When I ran the jpf in Linux, I encountered the error as following: >> $ bin/jpf HelloWorld >> : bad interpreter: No such file or directory >> The jdk version I used is 1.4.2. that is probably a corrupted shell script (containing <CR>s after a CVS checkout from Windows). Try to run recode or dos2unix -- Peter |