Sun JDK SE 5.0 and JOGL 1.1b07

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

The *.dll is still required. It has been put into a jar file:

https://jogl.dev.java.net/files/documents/27/9019/jogl-natives-win32.jar

Extract it and put the *.dll to java/bin (the jar packaging is useful for webstart applications).