Excuse me. Yes Micheal is absolutely right, about unsetting CLASSPATH.
Must you put a jar in the ${MOZILLA_HOME}/java/classes?
______________________________ Reply Separator _________________________________
Subject: Re: Netscape/CLASSPATH question
Author: Michael.Sinz ([EMAIL PROTECTED]) at lon-mime
Date: 24/11/98 14:52
On Tue, 24 Nov 1998 13:37:12 +0000, Mike Song wrote:
>It will do if I remove MOZILLA_HOME and CLASSPATH
>from the .bashrc file (so they are not defined). It sounds
>strange but it works somehow.
Actually, it is documented in Netscape's readme that the
browser's JVM looks at CLASSPATH if defined and will *only*
look there for its own classes. If it is not defined, it
will look at the directory where the binary lives to find
the jar/zip files.
What I did was to make a netscape script file that lives in
/usr/local/bin that unsets CLASSPATH, just in case it was set,
and then runs the netscape binary (thus the netscape binary is
not actually in the path) This makes it work perfectly.
--<SNIP>--