** Reply to message from [EMAIL PROTECTED] on
Sat, 14 Nov 1998 00:25:31 EST
> I got an app from someone. It included
swing.jar. I
> "un-jarred" it. But seriously...... should it
be in the
> same directory subtree under "src" with
"lang" "io"
> and other stuff? Or should it be in "lib"
with classes.zip ?
> Just wondering
You don't need to unjar swing.jar, you can put
the file anywhere
but you need to have swing.jar in your classpath
(usually defined
using -cp command line option for JRE).
eg CLASSPATH=/java/classes.zip:/java/swing.jar
Dave
David Warnock
Sundayta Ltd