[3486] in java-interest
Re: NS/Beta 2:"start: applet not intialized"
daemon@ATHENA.MIT.EDU (Steve Azueta)
Tue Nov 14 15:27:04 1995
Date: Tue, 14 Nov 1995 12:01:25 -0500
From: Steve Azueta <azueta@lennon.sonicnet.com>
To: m224873@svmstr01.mdc.com
Cc: java-interest@java.sun.com
In-Reply-To: <9511141632.AA08342@lennon> (message from R.Volkmann on Tue, 14
Nov 1995 10:28:25 -0600)
>>>>> "R" == R Volkmann <m224873@svxtrm14.mdc.com> writes:
R> I downloaded the JDK for Solaris but I don't have a file called
R> moz2_0.car. Where do I get it. Apparently I can't run Java
R> applets from Netscape 2.0 without it.
Pardon this Netscape interruption into the java-interest list, but allow
me to clarify a bit...
moz2_0.car is a file that comes with/from Netscape. It is only needed
by Netscape so that Netscape can run java applets. I have no idea what
this file actually is or does, but it's a Netscape thing -- it comes with
the Netscape (UNIX) browser distribution from Netscape.
Netscape introduced a bug into itself (at least in 2.0b2 for Solaris 2.4)
where it needs to have the comlete file path specified as the 1st item
in CLASSPATH. (CLASSPATH=/usr/classes/moz2_0.car works,
CLASSPATH=/usr/classes doesn't work -- this is in Solaris 2.4.)
JDK -- from Sun -- in itself, has NOTHING to do with moz2_0.car. BUT,
javac (the java compiler from Sun) breaks when it finds a complete file
path in CLASSPATH. JDK *doesn't* require moz2_0.car, but the fact that a
file (versus a directory) is in CLASSPATH makes javac fail. Thus java
development and Netscape-java-browsing don't work when initiated from
the same shell. (Did I say that this is in Solaris 2.4? ;-))
Hope this helps.
steve.
--
Steve Azueta
azueta@sonicnet.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com