Class LibraryLoader


  • public class LibraryLoader
    extends java.lang.Object
    This class uses NativeUtils to load native libraries from the JAR archive. In case it is unable to load them from the JAR archive it falls back to try loading from the system.
    • Constructor Summary

      Constructors 
      Constructor Description
      LibraryLoader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void load​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LibraryLoader

        public LibraryLoader()
    • Method Detail

      • load

        public static void load​(java.lang.String name)