Re: jswat - init
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <Pine.LNX.4.44.0209142114260.752-100000@nuts> |
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