aboutsummaryrefslogtreecommitdiffstats
path: root/Netscape.txt
blob: 16c2d7fa4d30153853c253bb257368b4db220f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\begin{verbatim}

With GL4Java Version 2.0.1 Release 2, 
GL4Java do supports the Netscape 4.5 Win32-JVM and Unix plattform !

<Version 2.0.0 Release 1 and Version 2.0.1 Release 1
 has a bug within the capabilities call and the JAR package >

Please read INSTALL.txt first !

WINDOW 95/98/NT:
=================

Be sure to have:

		  ./Netcape/Communicator/Program/Java/classes/png.jar
		  ./Netcape/Communicator/Program/Java/classes/gl4java.jar
		  ./Netcape/Communicator/Program/Java/classes/gl4java-glutfonts.jar

		  ./Netcape/Communicator/Program/Java/bin/GL4JavaJauGljJNI.dll
		  ./Netcape/Communicator/Program/Java/bin/GL4JavaJauGLJNI.dll
		  ./Netcape/Communicator/Program/Java/bin/GL4JavaJauGLUJNI.dll


UNIX (Linux/Solaris/...):
=========================

Be sure to have:

		  /opt/netscape/java/classes/gl4java-glutfonts.jar
		  /opt/netscape/java/classes/png.jar

The nativ libraries must be installed on a directory,
which is in your LD_LIBRARY_PATH environment !!
E.g.:
		/usr/lib/libGL4JavaJauGLJNI.so
		/usr/lib/libGL4JavaJauGLJNI.so.2
		/usr/lib/libGL4JavaJauGLJNI.so.2.1
		/usr/lib/libGL4JavaJauGLJNI.so.2.1.2
		/usr/lib/libGL4JavaJauGLJNInf.so
		/usr/lib/libGL4JavaJauGLJNInf.so.2
		/usr/lib/libGL4JavaJauGLJNInf.so.2.1
		/usr/lib/libGL4JavaJauGLJNInf.so.2.1.2
		/usr/lib/libGL4JavaJauGLUJNI.so
		/usr/lib/libGL4JavaJauGLUJNI.so.2
		/usr/lib/libGL4JavaJauGLUJNI.so.2.1
		/usr/lib/libGL4JavaJauGLUJNI.so.2.1.2
		/usr/lib/libGL4JavaJauGLUJNInf.so
		/usr/lib/libGL4JavaJauGLUJNInf.so.2
		/usr/lib/libGL4JavaJauGLUJNInf.so.2.1
		/usr/lib/libGL4JavaJauGLUJNInf.so.2.1.2
		/usr/lib/libGL4JavaJauGljJNI.so
		/usr/lib/libGL4JavaJauGljJNI.so.2
		/usr/lib/libGL4JavaJauGljJNI.so.2.1
		/usr/lib/libGL4JavaJauGljJNI.so.2.1.2

All symbolic links and the file itself,
use "cp -a" to keep the symbolic links alive !

Also you should be sure to have a CLASSPATH for Netscape set 
like this:
	CLASSPATH=/opt/netscape/java/classes:.
	for i in /opt/netscape/java/classes/*.jar ; do
		CLASSPATH=$CLASSPATH:$i
	done
	echo $CLASSPATH
	export CLASSPATH

or just make the default whith:

	CLASSPATH=
	export CLASSPATH

Applets/Security:
======================
You can check Netscape with the Java-Applets-Html-File's
	demos/glLogoCvsApplet.html
	demos/glOlympicCvsApplet.html
	demos/testTextPPM1.html (copy swingall.jar of Swing1.1 to 
		                 ./Netcape/Communicator/Program/Java/classes )

You will be asked to grant the asked privilege,
so trust GL4Java and say yes !

TODO:
=====

Test other plattforms :-)

\end{verbatim}