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
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