----------
| From: jcassidy / mime, , , [EMAIL PROTECTED]
| To: java-linux / mime, , , [EMAIL PROTECTED]
| Subject: Swing package
| Date: Thursday, July 09, 1998 3:59PM
|
|
| Could someone please let me know how to set things up to
| use the swing classes? I've got things set up to compile
| java programs ok, but can't get the swing lib to be located.
| (jdk1.1.6 is located in /usr/local).
|
| I've got a copy of swing101.zip, and placed it in various
| locations with various permutations of the CLASSPATH env
| var. But I keep getting the message:
Take a look inside this swing101.zip. It seems to me that this the
plain distribution archive from JavaSoft, which first have to be unzipped.
After that, you will find .jar files which you should specify on your classpath
Addy.
|
| 'com.sun.java.swing.*' not found
|
| when I try to compile a program that imports from it.
|
| Thanks for any assistance!
| Jim.
|
|