RE: JSwat and CORBA servers
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
The debuggee does not have to be on a remote machine. The term remote here just means that the JVM was launched separately from JSwat. In fact, launching from within JSwat is the same thing: the JPDA starts the JVM and then attaches to it the same way as in the remote case. n On Tue, 2002-11-12 at 11:52, Nascif Abousalh-Neto wrote: > I was able to run it remotely in the past, but now that I finally got the > application to run on the build machine (no more FTP transfers to update jar > files!) I was hoping I could also run JSwat locally. > Oh well. I will give it a try, thanks. > > - nascif > > PS: I'm pretty sure we don't use the java extension or bootclasspath, > though...