public class LibraryLoaders extends Object
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 and Description |
---|
LibraryLoaders() |
Modifier and Type | Method and Description |
---|---|
static LibraryLoader |
loader()
Create a new
LibraryLoader for the current VM. |
public static LibraryLoader loader()
LibraryLoader
for the current VM.Copyright © 2018. All rights reserved.