--- "Herbel, Rick" <[EMAIL PROTECTED]> wrote:
> + exec /usr/local/java/bin/i686/green_threads/java -verbose
> -verbosegc
> -cs -verify -classpath ./ HelloWorld.class
> Unable to initialize threads: cannot find class
> java/lang/Thread
It's this last line that's having the problem. -classpath
overrides your CLASSPATH environment variable [I'm pretty sure,
anyway. I read something about this changing in 1.2, or
something like that? anyone know?], so all the work it did
setting that up is wasted. Personally, I always include
/usr/local/java/lib/classes.zip in my CLASSPATH so it never does
any of this translation for me
I suspect if you do this you'll be better off. The cannot find
java/lang/Thread just means that the classes.zip isn't in the
path or isn't valid (or you don't have permission to it, or
wierd stuff like that)
Paul
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]