How to set Classpath
I wanted to run HelloWorldSwing.java which is available in the tutorial.
i wanted to run from linux. java is installed in /usr/java/jdk1.5
The error is
HelloWorldSwing.java:5: Can't find default package `javax.swing'. Check the CLASSPATH environment variable and the access to
the archives
.
So how do i get off this message

