Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 1998 18:16:35 +0200
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Sean Kelly <kelly@plutotech.com>
Cc:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>, java@FreeBSD.ORG
Subject:   Re: screwed my netscape (4.04)
Message-ID:  <19980401181635.19493@gil.physik.rwth-aachen.de>
In-Reply-To: <35226503.B4E4EE3D@plutotech.com>; from Sean Kelly on Wed, Apr 01, 1998 at 09:02:11AM -0700
References:  <199804010851.KAA00596@gilberto.physik.RWTH-Aachen.DE> <35226503.B4E4EE3D@plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 01, 1998 at 09:02:11AM -0700, Sean Kelly wrote:
> I hate saying this: but it works for me.

I hate to say it, but it works again for me :-)
It must be a Xserver/window manager problem.
I had qvwm running and had an icon (gimp/wilber) which occupied
nearly the whole colormap. And netscape was short of colors
due to this. I removed that icon, restarted X, qvwm and java comes up
again fine in netscape. One of those less productive days :-(

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

Thanks.

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

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