Skip to content

Latest commit

 

History

History
 
 

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.