I noticed that the com.sun.opengl.impl.NativeLibLoader.loadDRIHack() method mysteriously vanished in jogl 1.1.0 … does this mean that the NativeLibLoader class shouldn’t be used in applications (e.g. that it may or may not be around in the future) ?
It is not specified and is subject to change at any time. We have made changes in this area to eliminate duplicated native code and some more changes are probably still to come (probably just in the implementation of the DRIHack and GlueGen NativeLibrary classes).
hmm… ok… looks like I’ll have to work-around my workaround