public final class LibraryLoader extends Object
To enable loading of java_bindings library, add a path to the folder containing it
to java.library.path property, e.g.:
java -Djava.library.path=${EXONUM_HOME}/lib/native …
This class is thread-safe.
| Modifier and Type | Method and Description |
|---|---|
static void |
load()
Loads the native library with Exonum framework bindings.
|
public static void load()
LinkageError - if the native library cannot be loaded; or if it is incompatible
with this library versionCopyright © 2019 Exonum. All rights reserved.