From owner-freebsd-questions Sun Sep 22 08:56:13 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA22741 for questions-outgoing; Sun, 22 Sep 1996 08:56:13 -0700 (PDT) Received: from scooter.quickweb.com (scooter.quickweb.com [199.212.134.8]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA22640; Sun, 22 Sep 1996 08:56:02 -0700 (PDT) Received: from localhost (mark@localhost) by scooter.quickweb.com (8.6.12/8.6.12) with SMTP id LAA13803; Sun, 22 Sep 1996 11:54:37 -0400 Date: Sun, 22 Sep 1996 11:54:36 -0400 (EDT) From: Mark Mayo To: "Jonathan M. Bresler" cc: gpalmer@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Linux emu & Netscape In-Reply-To: <199609221152.EAA03206@freefall.freebsd.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, 22 Sep 1996, Jonathan M. Bresler wrote: > Mark Mayo wrote: > > > > Hmmm. That's what I've been running, but I didn't see any Java. I'm now > > downloading the "Gold" version, to see if it fixes the problem. From the > > grinding of my hard disk when I hit a Java page, it almost seems like Java > > is running but it isn't being displayed! Is this possible? > > > > Java works without problem for me. here is my current setup: > > kernel: > FreeBSD 2.2-CURRENT #2: Wed Sep 11 20:48 > netscape: > Netscape Navigator Version 3.0b7 > netscape-v30b7-export.x86-unknown-bsd.tar.gz > Aspen:[17] file `which netscape` > /usr/local/bin/netscape: Bourne shell script text > Aspen:[18] more `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 > exec /usr/local/lib/netscape/netscape.bin $* > Aspen:[19] file /usr/local/lib/netscape/netscape.bin > /usr/local/lib/netscape/netscape.bin: 386BSD demand paged executable Shit.. I have this *exact* setup, exept I'm using the final release of 3.0, not beta 7. Out of curiosity, what X server do you run? All I get for a java app is the empty "grey rectangle" where it should be -- but it never appears. Rather annoying. THanks for the help in any case, -Mark ------------------------------------------- | Mark Mayo mark@quickweb.com | | C-Soft www.quickweb.com | ------------------------------------------- "To iterate is human, to recurse divine." - L. Peter Deutsch > > Aspen:[25] ls -Flag /usr/local/lib/netscape > total 6562 > drwxrwxr-x 2 root bin 512 Aug 20 21:00 ./ > drwxr-xr-x 13 bin bin 1024 Jun 26 22:27 ../ > -rw-r--r-- 1 bin bin 6125 Mar 31 08:14 LICENSE > -rw-r--r-- 1 bin bin 150124 Mar 31 08:14 Netscape.ad > -rw-r--r-- 1 bin bin 10456 Mar 31 08:14 README > -r-xr-xr-x 1 root bin 723165 Aug 20 21:00 java_30* > -rw-r--r-- 1 bin bin 2387 Mar 31 08:14 mailcap > -rw-r--r-- 1 bin bin 45056 Mar 31 08:14 movemail > -rw-r--r-- 1 bin bin 901835 Jul 15 19:09 moz3_0.zip > -r-xr-xr-x 1 bin bin 4820992 Aug 8 02:04 netscape.bin* > > Aspen:[92] locate java_30 > /usr/local/lib/netscape/java_30 > /usr/local/netscape/java/classes/java_30 > > the moz3_0.zip seems to be leftover crust from earlier versions > of netscape. > > jmb >