Package com.exonum.binding.util
Class LibraryLoader
- java.lang.Object
 - 
- com.exonum.binding.util.LibraryLoader
 
 
- 
public final class LibraryLoader extends java.lang.ObjectA 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.pathproperty, e.g.:java -Djava.library.path=rust/target/release … 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidload()Loads the native library with Exonum framework bindings. 
 -