Click to See Complete Forum and Search --> : classpath


zverushka
08-06-2001, 10:53 AM
I downloaded limewire for linux, but the java virtual machine can't find the class. How do I change the classpath?

PLBlaze
08-06-2001, 11:05 AM
Setup JAVA_HOME variable...eg. export JAVA_HOME=/usr/local/java where /usr/local/java is where you installed java jdk.To check the class path invoke echo $JAVA_HOME and it should return the java path,this is for bash.If you use csh use setenv to set the path.Hope this helps.