Java bindings for DIDKit, using JNI. The JAR file includes Java class files. To use this in an application, you must also include the shared library (libdidkit.so
) in your application in your Java Library Path.
Run:
$ make -C ../ ../target/didkit.jar
To build the shared library for your current platform/architecture:
$ make -C ../ ../target/release/libdidkit.so
$ make -C ../ ../target/tests/java.stamp
For Android, build the separate Android library (AAR file) which includes the Java class files and shared libraries for all Android targets.