Package com.lambdaworks.jni
Class LibraryLoaders
java.lang.Object
com.lambdaworks.jni.LibraryLoaders
LibraryLoaders
will create the appropriate LibraryLoader
for
the VM it is running on.
The system property com.lambdaworks.jni.loader
may be used to override
loader auto-detection, or to disable loading native libraries entirely via use
of the nil loader.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LibraryLoader
loader()
Create a newLibraryLoader
for the current VM.
-
Constructor Details
-
LibraryLoaders
public LibraryLoaders()
-
-
Method Details
-
loader
Create a newLibraryLoader
for the current VM.- Returns:
- the loader.
-