From owner-freebsd-questions Mon Feb 17 02:39:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA07080 for questions-outgoing; Mon, 17 Feb 1997 02:39:26 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA07075 for ; Mon, 17 Feb 1997 02:39:21 -0800 (PST) Received: (from ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) id CAA22012; Mon, 17 Feb 1997 02:39:21 -0800 (PST) Date: Mon, 17 Feb 1997 02:39:21 -0800 (PST) From: Snob Art Genre To: Wes Peters cc: Simon Lindgren , questions@freebsd.org Subject: Re: Netscape 3.01 Java Problems In-Reply-To: <199702170612.XAA15920@obie.softweyr.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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."