Re: How to add a bunch of jars to the classpath
Nathan Fiedler <[email protected]> 26 Feb 2003 17:39:05 -0800
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | ACCESS Systems America |
| Message-ID | <[email protected]> |
There's the Set Classpath menu item in the Options menu, which provides a file selector for building up the classpath. But the easiest way to do this is simply remotely debug your app. Read the JSwat help about remote debugging to learn more. n On Wed, 2003-02-26 at 17:32, Ed Greenberg wrote: > I need to add a bunch of jars to the classpath in order for my app under > debug to work. It's a standalone Java program, not a servlet or applet. Is > there any easy way to do this other than typing the name of each jar into > that little options field in the start vm window?