jautil.install
Class NativeLibLoader

java.lang.Object
  extended by jautil.install.NativeLibLoader

public class NativeLibLoader
extends java.lang.Object

Supports the JNLP Applet Launcher, by providing a loadLibrary() method that uses the JNLP applet launcher when executed under its control.


Constructor Summary
NativeLibLoader()
           
 
Method Summary
static void loadLibrary(java.lang.String libname)
          Loads the given native library, but if we are running under the control of the JNLP applet launcher then the applet launcher will be used to perform the load.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeLibLoader

public NativeLibLoader()
Method Detail

loadLibrary

public static void loadLibrary(java.lang.String libname)
Loads the given native library, but if we are running under the control of the JNLP applet launcher then the applet launcher will be used to perform the load.