> >Hello, I'm just wondering if anybody else has got the same problem too?
> >From reading previous articles on this matter, it seems like N 4.03/Java
> >is working fine for everybody else. I've tried a combination of libc's
> >(5.4.33 and RH 4.2's 5.3.12) and libXpm (4.6 and RH 4.2's 4.9), with a
> >variety of environment variables settings (MOZILLA_HOME, CLASSPATH), but
> >they all resulted in a bus error when I tried to access a page with a
> >java applet on it (e.g., www.npr.org).
> You are probably not using gnumalloc.so which allows netscape to free
> a malloc'ed block twice.
> ...
> gnumalloc.so may be found on blackdown.org somewhere and also in
> ns403-fix.linux-2.0-rev1.tar.gz which was recently uploaded to sunsite.
> That package also recommends that you remove the null plugin. Otherwise
> you'll crash everytime you go to a site with an unknown MIME type.
communicator 4.03 brings the bus-error-message and exits
I got the ns403-fix.linux-2.0-rev3.tar.gz from sunsite.
it includes all libs originally used by Netscape
this package didn't help.
(when I use the libc.so.5.3.12 netscape can't locate the DNS-servers)
back to the main problem: running java-applets with netscape communicator 4.03
I'm using following environment variables:
MOZILLA_HOME=/usr/local/netscape
LD_LIBRARY_PATH=/usr/local/lib/netscape
(there are all the libs from the fix-package)
LD_PRELOAD=/usr/local/lib/netscape/gnumalloc.so
and I tried the following CLASSPATH-values: Here some output from 'strace netscape 2>&1 |grep java' : stat("/usr/lib/java/bin/nscal", 0xbfffdac8) = -1 ENOENT (No such file or directory) (the first 3 lines came when loading netscape Has anybody suggestions? (sorry for my bad english) please reply to my eMail-address (because I have bad acces to news-groups) c ya --------------------------------------------------------------------
CLASSPATH=
CLASSPATH=/usr/local/netscape/java/classes
(in this directory are all the jar-files)
CLASSPATH=/usr/local/netscape/java/classes/java40.jar
CLASSPATH=/usr/local/netscape/java/classes/java40.jar:/usr..classes/jae40.j
/usr...classes/ifc11.jar:... (and so on for all the jar-files)
stat("/usr/lib/java/bin/3270/he3270en.htm", 0xbfffdac0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/java/bin/nsconference", 0xbfffdac8) = -1 ENOENT (No such file or directory)
write(25, "GET /www-doc/java/javanut/exampl"..., 302) = 302
stat("/usr/local/netscape/java/classes/java40.jar", {st_mode=S_IFREG|0644, st_size=1226819, ...}) = 0
open("/usr/local/netscape/java/classes/java40.jar", O_RDONLY) = 31
stat("/usr/local/netscape/java/classes/java40.jar", {st_mode=S_IFREG|0644, st_size=1226819, ...}) = 0
stat("/usr/local/netscape/java/classes/ifc11.jar", {st_mode=S_IFREG|0644, st_size=466209, ...}) = 0
stat("/usr/local/netscape/java/classes/iiop10.jar", {st_mode=S_IFREG|0644, st_size=211232, ...}) = 0
stat("/usr/local/netscape/java/classes/jae40.jar", {st_mode=S_IFREG|0644, st_size=245462, ...}) = 0
stat("/usr/local/netscape/java/classes/jio40.jar", {st_mode=S_IFREG|0644, st_size=500863, ...}) = 0
stat("/usr/local/netscape/java/classes/jsd10.jar", {st_mode=S_IFREG|0644, st_size=18033, ...}) = 0
open("/usr/local/netscape/java/classes/java40.jar", O_RDONLY) = 31
the fourth line indicating the access to
http://www.uni-giessen.de/www-doc/java/javanut/examples/section1/Scri...
the other lines came when loading the java-applet on this page)
Sergei
WWW-page: http://www.hrz.uni-giessen.de/~gc1007/
--------------------------------------------------------------------
The most exciting phrase to hear in science, the one that heralds new
discoveries, is not "Eureka!" (I found it!) but "That's funny ..."
-- Isaac Asimov