I wanted to study a full fledged sudoku built in java..
I came across this sudoku at sourceforge.net.
You can download the source code from here..
http://sourceforge.net/projects/play...ysudoku/1.0.1/
After extracting the files,i don't know how to compile all these files one by one..
i mean which should be compiled first and which one later..
Can anyone please help me in compiling all these source files and executing the program?
Plus i've noticed none of these files contain a class which contains the main function. So i also don't know from where will the execution start.