ing file from
3 different sites reinstalling it each time (after removing the previous
install) and the compiler still
says that No class def found for the swing methods.
Any help I can get would be appreciated.
Jack Jensen
[EMAIL PROTECTED]
--
The problem exists with any app I try to compile or run.
When compiling the SwingApplication.java program from Sun's swing
tutorial on-line I get the following:
SwingApplication.java:12: class JLabel not found in class
SwingApplication
final JLabel label = new JLabel(labelPrefix + "0
I'm using jdk1.2.2, I've tried the self-installing version from three
different mirrors sites,
and this morning I downloaded and installed the linux port(jdk1.2.2) tar
ball from the Sun server.
I've set the JAVA_HOME variable to /mypath/jdk1.2.2
I haven't messed with the CLASSPATH because to tell
I want to thank everyone who sent me their help.
My problem was old java commands in the /usr/bin directory. The console
apps and non-swing apps ran
ok with these commands but they choked on the swing stuff. Removing them
and changing my PATH
solved the problem.
Thanks again
Jack Jensen