Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 1996 16:47:17 +1000 (EST)
From:      Carl Makin <cmakin@nla.gov.au>
To:        questions@freefall.freebsd.org
Subject:   Re: questions-digest V1 #1086
Message-ID:  <Pine.BSI.3.94.960712164301.23624A-100000@gadget.nla.gov.au>
In-Reply-To: <199607120440.VAA29401@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 11 Jul 1996 owner-questions-digest@freefall.freebsd.org wrote:

> From: Hung Michael Nguyen <miker@cs.utexas.edu>
> Date: Thu, 11 Jul 1996 20:44:32 -0500 (CDT)
> Subject: Is Netscape 3.0b5a still unable to do Java?

> I just downloaded said netscape and it has the same error as 3.0b4:

> JavaScript Error: Couldn't create AppletClassLoader for JavaScript

I had this error also until I changed the dithering option in the
"options""general preferences""images" to "auto".

I also use the followint script to launch netscape;

------------- Cut Here -----------

#!/bin/sh -
#
#	@(#)daily	5.12 (Berkeley) 5/24/91
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin

export XNLSPATH=/usr/local/atlas/nls
export XKEYSYMDB=/usr/local/atlas/XKeysymDB
unset  CLASSPATH

/usr/local/atlas/netscape $1 $2 $3 $4 $5 $6 $7 $8 $9

unset XNLSPATH
unset XKEYSYMDB

----------- Cut Here -----------

I run both Netscape 2.02 and 3.0b5a with virtually the same script
(above).  The netscape archive is de-archived into /usr/local/atlas.

Java works fine.

Carl.

--
Carl Makin (VK1KCM)  <http://email.nla.gov.au/~cmakin/>;
C.Makin@nla.gov.au  'Work +61 6 262 1576'   "Speaking for myself only!"
'If you want to make your spouse pay attention to what you say...
             Talk in your sleep!'




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960712164301.23624A-100000>