Re: newbie java -classpath still not working as expected

1999-10-25 Thread Aras
e and run it thus:  java -classpath ../thisdir testprog.   The error I get with blackdown is:  Unable to initilize threads:  cannot find class java/lang/Thread   I even tried adding    jdk117_v3/lib/java/lang  to my path.  Still nogo. -Original Message-From: Aras <[EMAIL

newbie java -classpath not working as expected

1999-10-24 Thread Aras
1.  I've installed jdk117_v3.  2.  Created a test file test.java, where the class is testprog 3.  Ran javac -d /myclasses test.java  (it did create the testprog.class in /myclasses) 4.  I can run java testprog   What doesn't seem to run is if I am in a different dir and I try: java -cl