- Java 17 or higher
- You need to have a Shared Library named 'SudokuSolverCPP' in a 'lib'-folder (see Repository https://github.com/bkratz/SudokuSolverCPP to build this Shared Library)
javac -h . src/main/java/de/birgitkratz/sudokusolver/jni/SudokuSolverJNI.javaYou need to set the path to the 'lib'-folder when starting the program:
java -Djava.library.path=<path-to-lib-folder> -classpath <path-to-classes-folder> de.birgitkratz.sudokusolver.jni.SudokuSolverJNI