public static interface NativeLibLoader.LoaderAction
Modifier and Type | Method and Description |
---|---|
void |
loadLibrary(java.lang.String libname,
java.lang.String[] preload,
boolean doPreload,
boolean ignoreError)
Loads the library specified by libname.
|
void loadLibrary(java.lang.String libname, java.lang.String[] preload, boolean doPreload, boolean ignoreError)
libname
- the library to loadpreload
- the libraries to load before loading the main librarydoPreload
- true, iff the preload-libraries should be loadedignoreError
- true, iff errors during loading the preload-libraries should be ignoredCopyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.