Re: jswat - init
Joseph Edward Miele <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
I had the same problem and I resolved it in a rather unusual way. The Sun SDK installs java.exe in the Windows system directory. I deleted java.exe from the Windows system directory. With the Java SDK directory in my path, I then tried launching JSwat per the directions in the README and it worked. Will this work for you? I don't know. Give it a shot and let me know. At the worst, you can just copy the deleted java.exe back from your SDK directory. You have nothing to lose but your errors. - Joe Nathan Fiedler wrote: > Well, all I can say is that somehow the JPDA classes are not in the > classpath. Make sure that if you are running jswat using "java -jar" that > you put the tools.jar file in the jre\lib\ext directory. The -jar option > has a nasty habit of ignoring the classpath setting. > > n > > > On Sat, 14 Sep 2002, Nuno Miguel Oliveira wrote: > >>Hello, >> >>When trying to run Jswat, I get the message "JSwat cannot find JPDA". >>However I did all the required steps in the README.htm regarding this issue. >>In sun's site they say JPDA available for windows only works with the >>classic virtual machine. As this is intended for old versions of JDK that >>didn't ship with JPDA it may have some logic. However I'm beginning to >>wonder if there's some conection with my problem. It shouldn't since the >>JDK1.4.0_01 I'm using doesn't ship with the classic VM at all. >> >>Any help would be appreciated. >> >>Nuno > > > _______________________________________________ > jswat-user mailing list > [email protected] > http://www.bluemarsh.com/mailman/listinfo/jswat-user >