You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).