stuka
09-10-2002, 02:21 PM
Ok, anybody got a good link/doc/idea as to how to set up a classpath properly for JRE 1.1? I've got an app, that resides in an appropriate directory (com\company\app\MyClass), and I can't get the darn thing to run. Either I get a 'Class not found' error on MyClass, or the class loader can't find java.lang.Thread...
:wtf:
Any help would be greatly appreciated!
Oh, btw, the command for losing java.lang.Thread is:
java -classpath . com.company.app.MyClass
and I lose my class when I do anything more fancy with the classpath (like adding .;%JAVA_HOME%\lib\rt.jar).
:wtf:
Any help would be greatly appreciated!
Oh, btw, the command for losing java.lang.Thread is:
java -classpath . com.company.app.MyClass
and I lose my class when I do anything more fancy with the classpath (like adding .;%JAVA_HOME%\lib\rt.jar).