From owner-freebsd-questions Mon Mar 24 12:48:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA04676 for questions-outgoing; Mon, 24 Mar 1997 12:48:06 -0800 (PST) Received: from oneway.com (oneway.com [198.80.68.27]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA04651 for ; Mon, 24 Mar 1997 12:47:59 -0800 (PST) Received: from localhost (jaykuri@localhost) by oneway.com (8.8.5/8.8.3) with SMTP id OAA26189; Mon, 24 Mar 1997 14:44:22 -0600 (CST) Date: Mon, 24 Mar 1997 14:44:22 -0600 (CST) From: Jay Kuri To: CSP1DWD@MVS.OAC.UCLA.EDU cc: questions@freebsd.org Subject: Netscape 3.0.1 and Java In-Reply-To: <199703241831.KAA24899@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 >The Java part doesn't seem to work with this combination -- even after >moving java_301 to ~/.netscape. The way I do this is I unpack the netscape-v301-export.x86-unknown-bsd.tar.gz into /usr/local/lib/netscape rename netscape to netscape.bin # mv netscape netscape.bin Move the nls directory to /usr/X11R6/lib/X11/nls. # mv /usr/local/lib/netscape/nls /usr/X11R6/lib/X11/nls create a shell script in /usr/local/bin called 'netscape' containing: #!/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 $* remember to chmod the netscape dir to 755 and the netscape file in /usr/local/bin/ to 755. That should give you netscape with java. I've noticed something interesting, as an aside.... the java in netscape doesn't seem to function under acceleratedX. Anyone know what that's about? Jay --- Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to. So it is with the great programmers.