I always just set the classpath to something like:
EXPORT
CLASSPATH=/usr/local/other/jdk1.1.5/lib/classes.zip:
/user/kenny/java:/home/freeman/java:.

and then just run the classes from the locations in the CLASSPATH
variable. Of course if you are fooling with imports and other packages,
you seem to have to add the root of the import to the classpath as well.

Hope this helps (I was typing and thinking pretty quick)
KF

On Tue, 18 Aug 1998 [EMAIL PROTECTED] wrote:

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

Reply via email to