Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Netscape Communicator4.76 solaris 2.6

0 views
Skip to first unread message

idaps

unread,
Mar 5, 2001, 9:07:17 AM3/5/01
to
Hi guys,

I am pretty new to solaris. Can anyone of you tell me how or what I
should do when I receive this error messsage when I tried to install a
jConnector with using Browser.
Error message is :-
Unable to start a java applet: Can't find "java40.jar" in your
CLASSPATH.

Where can I find this CLASSPATH and add the path.

Hope to hear from you guys as soon as possible.

/JRE

Rolf Gartmann

unread,
Mar 5, 2001, 10:52:53 AM3/5/01
to


set MOZILLA_HOME in your shell environment

for csh/tcsh:

setenv MOZILLA_HOME /path/to/your/netscape

for ksh/sh:

MOZILLA_HOME=/path/to/your/netscape
export MOZILLA_HOME


and restart netscape from that shell.

Rolf

--
Rolf Gartmann
Nextra (Schweiz) AG

John D Groenveld

unread,
Mar 5, 2001, 1:44:16 PM3/5/01
to
I always extract the files into /opt/misc/lib/netscape
and then create a shell wrapper /opt/misc/bin/netscape
#!/bin/sh
MOZILLA_HOME=/opt/misc/lib/netscape
export MOZILLA_HOME
exec /opt/misc/lib/netscape/netscape $*

John
groe...@acm.org

0 new messages