com.jogamp.gluegen.runtime
Class NativeLibLoader

java.lang.Object
  extended by 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.


Constructor Summary
NativeLibLoader()
           
 
Method Summary
static void disableLoading()
           
static void enableLoading()
           
static void loadGlueGenRT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeLibLoader

public NativeLibLoader()
Method Detail

disableLoading

public static void disableLoading()

enableLoading

public static void enableLoading()

loadGlueGenRT

public static void loadGlueGenRT()