public class NativeLibLoader
extends java.lang.Object
loadLibrary()
method that uses the JNLP
applet launcher when executed under its control.Constructor and Description |
---|
NativeLibLoader() |
Modifier and Type | Method and Description |
---|---|
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.
|