Class LibraryLoader


  • public final class LibraryLoader
    extends java.lang.Object
    A loader of the native shared library with Exonum framework bindings.

    To have library java_bindings available by its name, add a path to the folder containing it to java.library.path property, e.g.: java -Djava.library.path=rust/target/release …

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void load()
      Loads the native library with Exonum framework bindings.
      • 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()
        Loads the native library with Exonum framework bindings.