Re: debugging tjvm classpath (Timesys Realtime)
Nathan Fiedler <[email protected]> Tue, 13 Jul 2004 09:14:59 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1089735299.25524.4.camel@nuts> |
If the tjvm does not generate an error when given the -cp, then you can simply pass the -Djava.class.path=... setting when launching the tjvm. If that does not work, then try remote debugging the tjvm by launching it with the debug flags and connecting JSwat to it using the Attach action (see the help for instructions). If neither of these work, you can always change the JSwat source code. The pertinent code will either be in JVMArguments or VMStartAction. n On Tue, 2004-07-13 at 03:50, [email protected] wrote: > Hello, > > i'm trying to use jswat for debugging the Timesys Realtime JVM. > However, this vm does not accept th -cp flag jswat is using for > setting the classpath. > Is there a possibility configuring jswat to launch the vm with either > env CLASSPATH or using -Djava.class.path? > > Thanks, > Rob