[4911] in WWW Security List Archive
Let me off! Please
daemon@ATHENA.MIT.EDU (MOHAMED HABIB MOHAMED EUSOFF)
Thu Mar 27 07:15:46 1997
Date: Thu, 27 Mar 1997 18:21:04 +0800
From: MOHAMED HABIB MOHAMED EUSOFF <HABIB@klse.com.my>
To: wrwadley@netcomi.com, root@pobox.com
Cc: no0ne@ix.netcom.com, WWW-SECURITY@ns2.rutgers.edu
Errors-To: owner-www-security@ns2.rutgers.edu
pls let me off from this list!!!!
>>> Bill Wadley <wrwadley@netcomi.com>
14/March/1997 05:02am >>>
> I get the same problems with X running on
Linux redhat 4.0. I just always
> asumed Netscape was running out ot
colours...
>
> -Lizard
> lizard@pobox.com
>
> > I was just wondering if anyone has had
problems with running java
> > applets, using netscape 3.01 for X.
Becuase everytime i load up a page
> > with an applet, netscape closes
> >
> > --
> > -No0ne thy'immortal'one.....
You can find the Java-Linux HOWTO at
<URL:http://www.blackdown.org/> under
the "Java-Linux Porting Project". This shell
script is under "How to make
Netscape 3.0 and Java work":
#!/bin/sh
export
CLASSPATH="/usr/local/netscape/java/classes/java_301:."
export LD_PRELOAD="/lib/gnumalloc.so"
exec /opt/netscape/bin/netscape "$@" #
NOTE! This must be the path to the
#
real netscape executable.
I'm running Redhat 4.[0|1], Netscape 3.01
(and JDK 1.0.2 from Blackdown).
This did the trick for me!