Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 768 Bytes

DIDKit - Java

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.

Build

Run:

$ make -C ../ ../target/didkit.jar

To build the shared library for your current platform/architecture:

$ make -C ../ ../target/release/libdidkit.so

Test

$ make -C ../ ../target/tests/java.stamp

Android

For Android, build the separate Android library (AAR file) which includes the Java class files and shared libraries for all Android targets.