Skip to content

bkratz/SudokuSolverJNI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Generate Header-File for native methods

javac -h . src/main/java/de/birgitkratz/sudokusolver/jni/SudokuSolverJNI.java

Start Program

You 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

About

Java SudokuSolver implementation using JNI to call a shared library implementing the algorithm in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages