Re: Execution directory

Nathan Fiedler <[email protected]> 10 Jan 2003 09:22:34 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1042219353.32279.9.camel@nuts>
JSwat cannot do this, as yet. There is apparently a way to do it with
JDK 1.3 (another debugger seems to be able to do it), but I have not
found out how. This is a feature request both on the java.io package and
the com.sun.jdi package. It is also an RFE on JSwat (#427) which is
awaiting the implementation of the core Java features.

In the meantime, use remote debugging. Start WebObjects as I described
earlier, in the desired directory, and attach JSwat to the debuggee JVM.
Note that the debuggee and debugger may be on the same machine. "Remote"
just means the debugger did not launch the debuggee.

n


On Fri, 2003-01-10 at 05:17, Michael Bieri wrote:
> Hi
> 
> Is it possible to set the execution directory. I've got an app which is 
> rather picky concerning the startup directory.
> 
> thx
> - Michael