Package com.github.stephengold.joltjni
Class NativeLibraryLoader
java.lang.Object
com.github.stephengold.joltjni.NativeLibraryLoader
Utility class to load native libraries.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanloadLibrary(String libraryPath) Load a native library.
-
Method Details
-
loadLibrary
Load a native library.- Parameters:
libraryPath- the file to load (notnull)- Returns:
trueafter a successful load, otherwisefalse
-