Hi,
I noticed that the website says that the JOGL is build to work with JDK 1.4.2.
Does this mean that the pre-build binaries will not work with Java SE 5.0?
I tried install the *.jar files to the required lib\ext location and running the demo
java demos.gears.Gears
I get
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jogl in java.library.path
I have read the various post about similar problem and have tried various solution e.g.
-Djava.library.path=
I have also noticed that there is no longer any *.dll file for JOGL.
Anyone using JOGL with JDK SE 5.0 from Sun running on a Win32 platform?
Cheers