Package com.lambdaworks.jni
package com.lambdaworks.jni
-
ClassDescriptionA native library loader that will extract and load a shared library contained in a jar.A
LibraryLoader
attempts to load the appropriate native library for the current platform.LibraryLoaders
will create the appropriateLibraryLoader
for the VM it is running on.A native library loader that refuses to load libraries.A platform is a unique combination of CPU architecture and operating system.A native library loader that simply invokesSystem.loadLibrary(java.lang.String)
.Exception thrown when the current platform cannot be detected.