Try setting your classpath to contain jdk116/lib/classes.zip:

sh:

CLASSPATH=/where/ever/you/put/it/jdk116/lib/classes.zip
export CLASSPATH

csh:

setenv CLASSPATH /where/ever/you/put/it/jdk116/lib/classes.zip

You should also set JAVA_HOME to /where/ever/you/put/it/jdk116/ in the same
fashion.  That should fix it.  Let me know if it doesn't.

--jason


On 11-Oct-98 Willy wrote:
> Sir/Madam,
>       Good day!!!
>       I download the jdk_1.1.6-v5-x86-lib5.tar.gz... then untar it... it
> extracted on jdk116 directory then... and when i run javac it return the
> error message "CLASSPATH NOT SET".... please help me how to solve this
> problem... We're students now developing a software using Java in
> Linux... please help us as soon as possible....
>       Thank you very much!!!!!

Reply via email to