The path suggestion worked great! I set the PATH
using "export PATH=$PATH:/usr/java/jdk1.3.1_02/bin" and
it compiled without problems. However, when I ran
the command "java Test.class" and I get the dreaded
"exception in thread "main" java.lang.NoClassDefFoundError:
Test/class. Must be a classpath problem. Any
ideas?