Pat wrote:and how about the source-code?
The sources for version 2.1.9 can be found in this page
and can be compiled using jdk by running the mymake.bat batch file
The compiled binary result is at
this page
fansud wrote:When running in Windows using the command line
java -jar fixed14sudokuexplainer.jar
I get an error
Warning: Could not open/create prefs root node.... etc
What does this mean and can it be fixed?
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft]
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs]
REGEDIT4
[HKEY_CURRENT_USER\Software\JavaSoft]
[HKEY_CURRENT_USER\Software\JavaSoft\Prefs]
[HKEY_CURRENT_USER\Software\JavaSoft\Prefs\diuf]
[HKEY_CURRENT_USER\Software\JavaSoft\Prefs\diuf\sudoku]
"is/R/C/Notation"="true"
"is/Antialiasing"="true"
"is/Showing/Candidates"="true"
1to9only wrote:fansud wrote:When running in Windows using the command line
java -jar fixed14sudokuexplainer.jar
I get an error
Warning: Could not open/create prefs root node.... etc
What does this mean and can it be fixed?
This was discussed here: http://forum.enjoysudoku.com/help-with-sudoku-explainer-t6677-30.html#p236181. You'll need to run SudokuExplainer at least once with administrator priviledge. This will create registry entries for some SudokuExplainer settings.
fansud wrote:Is there a document to list and explain how to use command line options?
java.exe -cp SudokuExplainer.jar diuf.sudoku.test.serate --man 2>SE.txt
fansud wrote:Is it possible to generate and solve puzzles in batch (for example generate and solve 10 puzzles with a certain difficulty rating and output the results to files)?
fansud wrote:
Is it possible to generate and solve puzzles in batch