Date: Mon, 17 Feb 1997 02:39:21 -0800 (PST) From: Snob Art Genre <ben@narcissus.ml.org> To: Wes Peters <softweyr@xmission.com> Cc: Simon Lindgren <lindgren@istudio.no>, questions@freebsd.org Subject: Re: Netscape 3.01 Java Problems Message-ID: <Pine.BSF.3.91.970217023852.22005A-100000@narcissus.ml.org> In-Reply-To: <199702170612.XAA15920@obie.softweyr.ml.org>
index | next in thread | previous in thread | raw e-mail
On Sun, 16 Feb 1997, Wes Peters wrote:
> Simon Lindgren writes:
> > I have the exact same problem, and after applying the above formulaes,
> > still have. The problem occured when I upgraded from 2.1.5 to 2.1.6; before
> > that,
> > netscape ran Java just fine on 2.1.5.
> >
> > Any insight would be appreciated.
>
> Make sure you have the following in your environment *before* starting
> netscape. This means that if you start netscape from a window manager
> menu or icon, this must be in the environment *before* the window
> manager starts:
>
> XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
> XAPPLRESDIR=/usr/X11R6/lib/X11
> XNLSPATH=/usr/share/nls/
>
> Netscape seems to need all of these to run correctly.
narcissus:{/home/ben}% less `which netscape`
#!/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 CLASSPATH ; CLASSPATH=.:/usr/local/lib/netscape
exec /usr/local/lib/netscape/netscape.bin $*
>
> --
> "Where am I, and what am I doing in this handbasket?"
>
> Wes Peters Softweyr LLC
> http://www.xmission.com/~softweyr softweyr@xmission.com
>
>
>
>
Ben
"You have your mind on computers, it seems."
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970217023852.22005A-100000>
