ihmcrobotics / ihmc-native-library-loader

Simple helper library to load native libraries from a .jar bundle
Apache License 2.0
3 stars 3 forks source link

IHMC Native Library Loader

Simple helper library to load native libraries from a .jar bundle. Will extract the native library and load it from disk.

Platform support

Processor architectures

Operating systems

Usage

NativeLibraryLoader.loadLibrary("package.path.to.library", "LibraryName");

The loader maps the name using the following rules:

Where [-arch] is empty for x86 and -arm64 for amd64.