Folks-
I am runnin jsdk1.5.0_02, and I built the jogl libraries successfully according to the ant build provided. I have added the jogl.jar to my CLASSPATH, and the library to my LD_LIBRARY_PATH environment variable as requested. I am working in Redhat Linux 9.
I downloaded the Gears.java source file, and I am attempting to compile this relatively simple starter demo. The build give me the following warning and error;
Gears.java:42: warning: [deprecation] show() in java.awt.Window has been deprecated
frame.show();
^
Gears.java:58: cannot find symbol
symbol : method setSwapInterval(int)
location: interface net.java.games.jogl.GL
gl.setSwapInterval(1);
^
1 error
1 warning
I am having similar problems with Java3D in linux.
Is there something I have overlooked? Are there functions/classes in java 5 that has been deprecated which I an not aware of? In the latter event perhaps I could take a look at the functions indicated here as not existing or being deprecated and/or the source code for Java3D and JOGL (possibly).
If not, then is there something I have failed to include which is causing this warning and error?
Thanks-
-Steve Farris