Class NativeHelper


  • public final class NativeHelper
    extends java.lang.Object
    A helper class allows engine shared library to be loaded from different class loader.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void load​(java.lang.String path)
      Load native shared library from file.
      • Methods inherited from class java.lang.Object

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

      • load

        public static void load​(java.lang.String path)
        Load native shared library from file.
        Parameters:
        path - the file to load