|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjautil.install.NativeLibLoader
public class NativeLibLoader
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 |
---|
public NativeLibLoader()
Method Detail |
---|
public static void loadLibrary(java.lang.String libname)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |