Re: Problems installing Swing.

1999-06-14 Thread Jeff Galyan
In Java releases prior to 1.2 (Java 2), you must list each .zip or .jar file individually in the classpath. So, your CLASSPATH variable should be '/usr/java/lib/classes.zip:/usr/java/lib/swingall.jar:.' . --Jeff Bob Cadenza wrote: > > Not really a blackdown problem, but I just downloaded the S

Problems installing Swing.

1999-06-14 Thread Bob Cadenza
Not really a blackdown problem, but I just downloaded the Swing for jdk117v3, and I just can't figure out how to install it correct. I moved all of the *.jar files to /usr/java/lib next to my class.zip. And I set the CLASSPATH="/usr/java/lib:./" What am I doing wrong? Well thanks in advance.