java version "1.4.2-01"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-01)
Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-01, mixed mode)
Running on Gentoo
Im trying to run a java program that I successfully compiled. Everytime I try and do so I get the following...
Exception in thread "main" java.lang.NoClassDefFoundError: FirstApplet/class
Generally it (google) says this happens when your CLASSPATH isnt defined properly but I've got it point to the right place (/opt/blackdown-jdk-1.4.2.01/lib) and the jar files are in there too (dt.jar htmlconverter.jar ir.idl orb.idl tools.jar)
It doesnt even matter if I try to run a java class that doesnt exist, I still get the same error. It doesn't matter if I run it as a user or root.
Any ideas?
Ta!
edit> CLASSPATH=/opt/blackdown-jdk-1.4.2.01/jre/lib - gives the same error