public final class LibraryLoader extends Object
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=${EXONUM_HOME}/lib/native …
| Modifier and Type | Method and Description |
|---|---|
static void |
load()
Loads the native library with Exonum framework bindings.
|
Copyright © 2019 Exonum. All rights reserved.