RE: Question: Unable to display source

"Simon Chou" <[email protected]> Mon, 13 Oct 2003 23:17:35 -0700
Newsgroups gmane.comp.java.jswat.user
Message-ID <[email protected]>
Nathan,

After copying parser.jar and jclasslib.jar to the same directory
where the jswat.jar is copied, I'm able to display the source
file.  Thanks.

SC

-----Original Message-----
From: Nathan Fiedler [mailto:[email protected]]
Sent: Monday, October 13, 2003 12:14 AM
To: Simon Chou
Cc: [email protected]
Subject: RE: [jswat-user] Question: Unable to display source


There we go, the critical piece of information. The trouble is
that the
parser.jar file is not where it should be. The jswat.jar,
parser.jar,
and jclasslib.jar files should be kept together in one
directory. This
is mentioned in the third paragraph of the JSwat README file.

Correct that problem and it should run properly.

n


On Sun, 2003-10-12 at 10:37, Simon Chou wrote:
> In addition to seeing the busy cursor, the
NoClassDefFoundError
> messages were generated at the shell prompt, i.e. I started
the
> Jswat from the Cygwin shell prompt.