This library contains both the Java part as well as the native libraries required to fulfill certain functionality that isn't available directly from Java.
- Windows 10
- mingw 8.1.0 (POSIX, SEH) (run
choco install mingw
) - OpenJDK 11
- Maven 3
Navigate to the JNI directory and run mvn clean install
.
- macOS 10.13+
- XCode Command Line Tools (run
xcode-select --install
) - OpenJDK 11
- Maven 3
Navigate to the JNI directory and run mvn clean install
.
Navigate to the JNI directory and run:
javac -cp JNI/target/classes -h MacFunctions JNI/src/main/java/org/cryptomator/jni/Mac*.java