public class NativeLibraryLoader extends Object
| Constructor and Description |
|---|
NativeLibraryLoader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
load(String libName)
Loads the given native library.
|
public static void load(String libName)
You should use this method much like System.loadLibrary(String).
This method performs additional attempts to load the library handling:
libName - the name of the library to loadCopyright © 2020. All rights reserved.