When my Application.jar is being started with Java Web Start, it can’t load the jogl native binding (jogl.dll in the case of Windows, for example). Web Start says:
no jogl in java.library.path
However, if the same Application.jar ist put next to the jogl.dll on a local filesystem, a double click on Application.jar works fine as expected. (Because the java.library.path contains “.” on Windows I suppose).
Of course my .jnlp file contains a native resource elements containing the jogl bins for the various platforms. When I look into the Java Web Start cache folder I see the jogl-native-xyz.jar which has been decompressed to another folder (containing the jogl.dll then).
What do I have to change so that Web Start works fine?


