aboutsummaryrefslogtreecommitdiffstats
path: root/Java2.txt
blob: 768b22b3843e3d3566167e19084c6c9a6b4dc48f (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
\begin{verbatim}

With GL4Java Version 2.0.0 Release 1, 
GL4Java do supports the Java2 plattform !

Please read INSTALL.txt first !

Prerequisites
==============

Be sure to have:

		  ./jre/lib/ext/gl4java.jar	      : for Java2 or JRE
		  ./jre/lib/ext/gl4java-glutfonts.jar : for Java2 or JRE
	          ./jre/lib/ext/png.jar          : for Java2 or JRE 

		  For Windows32: Java2-Plug-In, Java2, JRE

			  ./jre/bin/GL4JavaJauGljJNI.dll
			  ./jre/bin/GL4JavaJauGLJNI.dll
			  ./jre/bin/GL4JavaJauGLUJNI.dll

		  For Unix: Java2-Plug-In, Java2, JRE

			  ./jre/lib/<machine>/libGL4JavaJauGljJNI.so*
			  ./jre/lib/<machine>/libGL4JavaJauGLJNI.so*
			  ./jre/lib/<machine>/libGL4JavaJauGLUJNI.so*

			  * => all symbolic links and the file itself,
			       use "cp -a" to keep the symbolic links alive !

			  e.g. linux:

				  ./jre/lib/i386/green-threads/.

			  Be sure to copy the linked lib-files also !


Java2-Plug-In, Appletviewer, Security:
======================================
  To allow JAVA2's appletviewer and Plug-In using JNI native libs,
  just look at GL4Java/demo/Java2Applet.bat 
  (You have to change the GL4Java.policy file) !

  You can - of course - use your 'policytool',
  which is shipped with JAVA2 !

  You can check JAVA2-Plug-In with the Java-Applets-Html-File's
	demos/glLogoCvsAppletJ2P.html
	demos/glOlympicCvsAppletJ2P.html
	demos/testTextPPM1J2P.html

  To use the demo Applets for Java2-Plug-In from www.jausoft.com,
  please add the following lines to your java.policy file:

grant codeBase "http://www.jausoft.com/Files/Java/1.1.X/GL4Java/demos/-" {
  permission java.security.AllPermission;
};


TODO:
=====

Test other plattforms :-)

\end{verbatim}