com.jogamp.gluegen.runtime
Class NativeLibLoader
java.lang.Object
com.jogamp.gluegen.runtime.NativeLibLoader
public class NativeLibLoader
- extends Object
Class providing control over whether GlueGen loads the native code
associated with the NativeLibrary implementation. Alternative app
launchers such as those running within applets may want to disable
this default loading behavior and load the native code via another
(manual) mechanism.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeLibLoader
public NativeLibLoader()
disableLoading
public static void disableLoading()
enableLoading
public static void enableLoading()
loadGlueGenRT
public static void loadGlueGenRT()