Subject: Greg slays the Netscape 4.0beta3 Goliath
To: None <port-sparc@NetBSD.ORG>
From: Greg Earle <earle@isolar.Tujunga.CA.US>
List: port-sparc
Date: 04/14/1997 21:57:38
Thanks to John Giannandrea <jg@meer.net> for his timely note:
> Greg Earle wrote:
>> /usr/local/netscape/java/classes. That got Java to start, but when it
>> tried to run applets on the page (http://www.javasoft.com:81/index.html? )
>> it gets an "Applet Applet exception: java.lang.NoClassDefFoundError" and
>> the applets are non-functional. I'll tackle this some more another time ...
>
> I think you probably need to make sure it finds the ifc11.jar file also.
Well, wouldn't you know it, a quick symlink from ~/.netscape/ifc11.jar to
/usr/local/netscape/java/classes/ifc11.jar and now Netscape 4.0beta3's a
happy camper, even w.r.t. Java. (Although I noticed that it runs the Java
apps noticably slower than 3.01, slow even for an SPARCstation 20/71.)
Much thanks to John for his suggestion. I'm glad to have this working,
even if it takes a couple of symlink kludges that I don't think should need
to be there ...
Anyway, Executive Summary: 4.0beta3 (SunOS binary) works on my 1.2.1 box iff
(a) I use the SunOS 4.1.3_U1 libc/libdl/ld.so in /emul/sunos/usr/lib
(b) ~/.netscape/java40.jar exists and is a symlink to
/usr/local/netscape/java/classes/java40.jar
(c) ~/.netscape/ifc11.jar exists and is a symlink to
/usr/local/netscape/java/classes/ifc11.jar
Hope this helps somebody,
- Greg