SUMMARY : Java applets and DU 4.0

From: Daniel Clar <Daniel.Clar_at_supelec.fr>
Date: Thu, 24 Oct 1996 18:33:11 +0200

The initial question was :

> I've three alpha computers running netscape 3.0b4. When I try to display
> java applets it's woring on the two running DU 3.2C and it's not working on
> the one running DU 4.0. Only the place where the applet should display
> appeared on the screen.
>
> Is it a known problem or do I miss something in the netscape's
> configuration ?


Thank you to :
Eli Burke <eburke_at_cslab.vt.edu>
Tony East <te_at_dmu.ac.uk>
Don Bovee <bovee_at_amath.washington.edu>
David Bremner <bremner_at_cs.mcgill.ca>
Mike Iglesias <iglesias_at_draco.acs.uci.edu>

I give here the first answer with the solution :

This is a bug with Netscape and the X11R6 libraries. You need to
get copies of the X11R5 libs (say, from a machine running 3.2) and put
them in a directory (/usr/3.2D/shlib-- NOT in /usr/shlib) and then call
netscape with a script like this:

#!/bin/sh
LD_LIBRARY_PATH="/usr/3.2D/shlib"
export LD_LIBRARY_PATH
nice -5 /usr/local/bin/netscape-alpha3.0 $*

The necessary files are:
-rw-r--r-- 1 bin bin 1040384 Sep 14 12:01 libX11.so
-rw-r--r-- 1 bin bin 106496 Sep 14 12:01 libXext.so
-rw-r--r-- 1 bin bin 2490368 Sep 14 12:01 libXm.so
-rw-r--r-- 1 bin bin 139264 Sep 14 12:01 libXmu.so
-rw-r--r-- 1 bin bin 516096 Sep 14 12:01 libXt.so

-- 
Daniel
o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o
|   Daniel Clar          	    	   e-mail : Daniel.Clar_at_supelec.fr  |
|   Computer Operations Manager			  : dc_at_supelec.fr	    |
|   Service Informatique Supelec                    and                     |
|   Plateau de Moulon                     DECUSF::CLAR_D or clar_d_at_decus.fr |
|   91192 Gif sur Yvette Cedex - France                                     |
|   Tel : (33 1) 69 85 14 87        	   Fax : (33 1) 69 85 12 34         |
o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o
Received on Thu Oct 24 1996 - 20:06:55 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT