Uses of Interface
com.lambdaworks.jni.LibraryLoader
Packages that use LibraryLoader
-
Uses of LibraryLoader in com.lambdaworks.jni
Classes in com.lambdaworks.jni that implement LibraryLoaderModifier and TypeClassDescriptionclass
A native library loader that will extract and load a shared library contained in a jar.class
A native library loader that refuses to load libraries.class
A native library loader that simply invokesSystem.loadLibrary(java.lang.String)
.Methods in com.lambdaworks.jni that return LibraryLoaderModifier and TypeMethodDescriptionstatic LibraryLoader
LibraryLoaders.loader()
Create a newLibraryLoader
for the current VM.