REFERENCE: Some Howto page I found linked from an Italian usenet response.
java_301If it is not in the
netscape/java/classes/directory of the folder containing the executable or your
$home/.netscapedirectory, Netscape will be lost. (These are the default classpaths for netscape. I just copied java_301 into my $home/.netscape/ directory, since it will be less likely that anyone will upset the delicate balance I have acheived!)
setenv LD_PRELOAD /lib/gnumalloc.soto your .cshrc file. This fixes Netscape's incompatibility with the newer version of malloc.so, by using gnumalloc instead. CLICK!
http://www.blackdown.org/java-linux/downloads/gnumalloc.tar.gzand PUT IT there! CLICK!
env CLASSPATH= netscape &This clears out any nasties from the classpath which might cause Netscape to get indigestion. CLICK!