Skip to content

Native Library Loader

Curtis Rueden edited this page Jan 4, 2016 · 1 revision

The Native Library Loader (native-lib-loader) is a library for extracting and loading native libraries from JAR files on the class path.

If you declare native-lib-loader as a dependency in your project's POM, the NAR plugin will automatically generate a NarSystem that uses the native-lib-loader extraction mechanism, rather than the default System.load (which cannot load native libs from inside JARs/NARs).

Clone this wiki locally