From owner-freebsd-questions Mon Feb 17 15:46:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA25098 for questions-outgoing; Mon, 17 Feb 1997 15:46:55 -0800 (PST) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA25071 for ; Mon, 17 Feb 1997 15:46:43 -0800 (PST) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.4/8.8.4) with ESMTP id SAA20782; Mon, 17 Feb 1997 18:46:35 -0500 (EST) Received: from jtroy.async.vt.edu (jtroy.async.vt.edu [128.173.22.208]) by sable.cc.vt.edu (8.8.4/8.8.4) with SMTP id SAA28370; Mon, 17 Feb 1997 18:46:32 -0500 (EST) Message-ID: <3308EE02.41C67EA6@vt.edu> Date: Mon, 17 Feb 1997 18:47:14 -0500 From: "Jesse D. Troy" X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.1.6-RELEASE i386) MIME-Version: 1.0 To: Craig Shaver CC: questions@FreeBSD.org Subject: Re: Netscape 3.01 Java Problems References: <33061C1F.41C67EA6@vt.edu> <33066EDF.15FB7483@ProGroup.com> <33072773.41C67EA6@vt.edu> <330760DD.ABD322C@ProGroup.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Craig Shaver wrote: > > 1. always cc the questions list, there are some smart people lurking > on that list. > > 2. Ok, let's check the setup vs what I am using. > > a. I just dumped the XKEYSYMDB in my home directory. I don't > think this is a problem, I also point to it in the > environment. > > b. I have the same thing for XNLSPATH in my environment. > > c. Ok, I think this is wrong. java_301 should not be part > of the CLASSPATH, just :/usr/local/lib/netscape/ . > I don't even use a CLASSPATH environment variable, > netscrape just knows to look in that path. And that > would be where you store other classes too, at least > for global access. > > 3. Take another look at the README that came with the tar ball you > downloaded. Unless you got it from the port and you don't > have the README. Then I can email it to you. It is short > and to the point. > > Jesse D. Troy wrote: > > > > Craig Shaver wrote: > > > > > > Jesse D. Troy wrote: > > > > > > > > I am running Netscape 3.01 under FreeBSD 2.1.6-Release. I am having > > > > the following problem. Netscape does not display Java applets. I can > > > > see the area on the screen where the applet should be, but the applet > > > > does not appear. > del .... > > > > > I have 3.01 running on 2.1.5R and it seems to work for me. I went to > > > gamelan and played the video poker card game just now. What exactly are > > > the pathes you are using, and what do you have in them? > > > > del .... > > > Here are the paths I am using: > > > > XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB > > XNLSPATH /usr/X11R6/lib/X11/nls > > CLASSPATH .:/usr/local/lib/netscape/java_301 > > > > All of these paths are correct. The java_301 file is in > > /usr/local/lib/netcape/ along with all the netscape binary and README > > file, etc. The XKeysymDB file is in /usr/X11R6/lib/X11/ and the nls > > directory is under /usr/X11R6/lib/X11/nls. > > > > > > Jesse Troy > > jtroy@vt.edu > > -- Ooops. I thought I did cc the questions list. I must have forgot. Anyway, I adjusted the CLASSPATH variable so that it does not include the java_301 file. The CLASSPATH variable is now just .:/usr/local/lib/netscape/java_301. This did not seem to make any diference. I took another look at the README file. As far as I can tell, I am not missing anything. -Jesse