*BSD News Article 76773


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!news-res.gsl.net!news.gsl.net!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!ott.istar!istar.net!van.istar!west.istar!n1van.istar!van-bc!unixg.ubc.ca!news.bc.net!news.bcit.bc.ca!news
From: Travis Koch <travis@arcs.bcit.bc.ca>
Newsgroups: comp.lang.java,comp.unix.bsd.freebsd.misc
Subject: Re: Kaffe's CLASSPATH interferes with Netscape's java_30
Date: Fri, 23 Aug 1996 11:54:12 -0700
Organization: ARCS Lab, British Columbia Institute of Technology
Lines: 22
Message-ID: <321DFE54.E2A@arcs.bcit.bc.ca>
References: <4v9lfa$s52@chenab.lums.edu.pk>
NNTP-Posting-Host: redding.arcs.bcit.bc.ca
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
To: Sohail Aslam <aslam@lums.edu.pk>

Sohail Aslam wrote:
> 
> In summary, if Netscape does not interpret (execute) java applets under
> FreeBSD, check your CLASSPATH variable.
> 

I run Netscape under Linux like this, 

cat /usr/local/bin/netscape

#!/bin/sh

unset CLASSPATH
cd /usr/local/netscape
/usr/local/netscape/netscape "$@"

#end of script

This way, all my users (classpath or not) can run netscape the same way.
-- 
Travis Koch, ARCS Lab, BCIT   http://www.arcs.bcit.bc.ca
Software Developer / UNIX Systems Administrator