Re: sourcepath issue
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <1023343428.994.19.camel@chip> |
Could you provide more details on the paths? In particular, what is the sourcepath set to? What is the directory structure of your source tree? The JSwat documentation has an explanation of how JSwat uses the classpath and sourcepath to find source files. You might want to read it. The docs for JSwat 1.x are on the downloads page, while for 2.x the help files are included and accessible from the Help menu. It would be nice to know which version of JSwat are you using. BTW, you will need to subscribe to the list to post a response. I made an exception for your first post only. nathan On Wed, 2002-06-05 at 22:02, Peter Chen wrote: > I have not been able to make sourcepath to work on my > NT 4.0 with JDK 1.3.1. when I use jSwat to debug > remote java programs running on HP Unix. I even tried > to set sourcepath when JSwat is started (i. e., java > -Djava.source.path=<java source code directory> > ...where the source directory is on the NT machine.) > When I double clicked on a node on the classes panel, > it always complains about not finding the source file. > Any suggestions on what might not have been set > correctly ? > > Thanks. > > peter