Class NativeLibraryLoader

java.lang.Object
com.github.stephengold.joltjni.NativeLibraryLoader

public final class NativeLibraryLoader extends Object
Utility class to load native libraries.
  • Method Details

    • loadLibrary

      public static boolean loadLibrary(String libraryPath)
      Load a native library.
      Parameters:
      libraryPath - the file to load (not null)
      Returns:
      true after a successful load, otherwise false