Hi,
There is no need to set the CLASSPATH if u are using the BlackDown's jdk
and u installed it normally. All u need to do is to set the PATH to where
the java* binaries are present. u might need a CLASSPATH if u plan to use
swing or some 3rd party uitlity classes. I think that the LD_LIBRARY_PAT
I'm not sure but this message means $JAVA_HOME/bin isn't into PATH.
PATH=$PATH:$JAVA_HOME/bin
CLASSPATH=$JAVA_HOME/lib/classes.zip
where $JAVA_HOME is the absolute path to the jdk directory
greetings
Carlos Alberto Roman Zamitiz
Departamento de Ingenieria en Computacion, Facultad de Ingenieria,
In message <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] writes:
[1.1.5v7] does not work with the following error message (or
something very similar) when I try and compile a test class with
javac test.class:
Library path not set.
Patrick,
Hmm, I wonder where this is coming from.