classpath ?
Hi Steve sorry for this question, but I'm new on Linux !! Just installed : JDK 1.1 6 Version 1 Env : libc5 Vers : 5.4.4 Env Var : PATH set to /usr/local/java/jdk/bin:$PATH Env Var : CLASSPATH set to /usr/local/java/jdk/lib/classes.zip Invocation from /usr/local/java/samples/MyFirstJava.java : 1 - javac MyFirstJava 2 - javac -classpath $CLASSPATH MyfirstJava Message : Unable to initialize threads: cannot find java/lang/Thread Where is the Pb ??? Thank you for any suggestion. Frank
jdk pb
Hi JDK 1.1.6 Version 3 libc5 : libc.so.5.4.4 / libdl.so.1.7.14 Invocation : javac mysample.java (with the right classpath) Message : unable to initialize thread . Is there a special version for libc and libdl ?? (It seems that the v3 has been built with libc-5.4.46 and libdl.so.1.9.9) Thank you for your help.Frank.
Classes.zip
Yesterday, I've exposed a pb with jdk 1.1.6 After different type of invocation and different values in env variables, the answer coming from javac was the same (something like : unable to find /java/lang/Threads) The contributions I've received were all classpath centered ! (may be due to the object of my message...) It seems the real problem is in the Classes.zip file contained in the package delivered by blackdown because with the classes.zip coming from an other site (in germany) all seems to be working. initial classes.zip size : 5450240 working classes.zip size : 8737408 Thank you for the suggestions you gave. FRANK
