Package com.lambdaworks.jni
Class LibraryLoaders
- java.lang.Object
-
- com.lambdaworks.jni.LibraryLoaders
-
public class LibraryLoaders extends java.lang.Object
LibraryLoaders
will create the appropriateLibraryLoader
for the VM it is running on. The system propertycom.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 Constructor Description LibraryLoaders()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LibraryLoader
loader()
Create a newLibraryLoader
for the current VM.
-
-
-
Method Detail
-
loader
public static LibraryLoader loader()
Create a newLibraryLoader
for the current VM.- Returns:
- the loader.
-
-