SudokuMonster / SukakuExplainer

Modification to Sudoku Explainer (SE) by Nicolas Juillerat to accommodate Sukaku (Pencilmark) Sudoku puzzles
GNU Lesser General Public License v2.1
64 stars 14 forks source link

How can I compile the source code? #83

Closed lordlouckster closed 4 years ago

lordlouckster commented 4 years ago

How can I compile the source code? I tried using Eclipse, opening .jardesc file, but it threw many errors. It created a .jar file, but it didn't open.

SudokuMonster commented 4 years ago

Hi anonymous7002, We use the jdk library 1.8.0_221 to make the compilation compatible with most editions If that is your JRE system library in Eclipse then it should compile without warnings or errors

lordlouckster commented 4 years ago

I checked the preferences, and now it says "The selected JRE does not support the current compiler compliance level of 13".

lordlouckster commented 4 years ago

isToroidal cannot be resolved or is not a field

SudokuMonster commented 4 years ago

It should work now. As the repository is constantly updated, I wouldn't advise compiling it as there could be missing files, bugs or updates. Safer to wait for a release. Or download the zip file with the latest release which contains the most stable last repository which compiled into the latest release successfully