Simple helper library to load native libraries from a .jar bundle. Will extract the native library and load it from disk.
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.