Class LibraryLoaderUtil

java.lang.Object
org.sqlite.util.LibraryLoaderUtil

public class LibraryLoaderUtil extends Object
  • Field Details

  • Constructor Details

    • LibraryLoaderUtil

      public LibraryLoaderUtil()
  • Method Details

    • getNativeLibResourcePath

      public static String getNativeLibResourcePath()
      Get the OS-specific resource directory within the jar, where the relevant sqlitejdbc native library is located.
    • getNativeLibName

      public static String getNativeLibName()
      Get the OS-specific name of the sqlitejdbc native library.
    • hasNativeLib

      public static boolean hasNativeLib(String path, String libraryName)