Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Apr 1998 09:02:11 -0700
From:      Sean Kelly <kelly@plutotech.com>
To:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Cc:        java@FreeBSD.ORG
Subject:   Re: screwed my netscape (4.04)
Message-ID:  <35226503.B4E4EE3D@plutotech.com>
References:  <199804010851.KAA00596@gilberto.physik.RWTH-Aachen.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
I hate saying this: but it works for me.

(1) My CLASSPATH is:

/u/kelly/classes:/u/kelly/classes/swingall.jar:/usr/local/share/classes:.

(2) JAVA_HOME is *not* set.

(3) My wrapper (called `communicator') is the following:

#!/bin/sh
export XKEYSYMDB ; XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
export XNLSPATH  ; XNLSPATH=/usr/X11R6/lib/X11/nls
export XAPPLRESDIR ; XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
export MOZZILA_HOME; MOZZILA_HOME=/usr/local/lib/netscape
exec /usr/local/lib/netscape/netscape $*

I run the same Communicator version you do.

(4) In my ~/.netscape, there are no *.jar or *.zip files.

(5) All of Communicator's .jar files are in
/usr/local/lib/netscape/java/classes.

If you make your settings similar to these, it might work.

And to definitely make it work, modify your wrapper.  Add these two
lines just before the "exec":

unset CLASSPATH
unset JAVA_HOME

Take care.
--Sean

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35226503.B4E4EE3D>