Class LibraryLoaderUtil


  • public class LibraryLoaderUtil
    extends Object
    • Constructor Detail

      • LibraryLoaderUtil

        public LibraryLoaderUtil()
    • Method Detail

      • 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)