ENSF 409 final project by Joey Ah-kiow, Juan Villarreal, Mustakim Rahman and Jordan Lonneberg.
- Navigate to the project directory containing the edu and lib directories in a cmd window.
- compile the java files:
javac -cp .;lib\* edu\ucalgary\ensf409\*.java
. - Run
Runner
:java -cp .;lib\* edu.ucalgary.ensf409.Runner
.
- Navigate to the project directory containing the edu and lib directories in a cmd window.
- compile the java files:
javac -cp .;lib\* edu\ucalgary\ensf409\*.java
. - Run
inventory.sql
file in the project directory using the MySQL command line client. a. open the mysql command line client. b. run the script:source path\inventory.sql
. - Run
RunnerTest
:java -cp .;lib\* org.junit.runner.JUnitCore edu.ucalgary.ensf409.RunnerTest
. - Repeat step 3 to restore the database.
- Run
MySQLServiceTest
:java -cp .;lib\* org.junit.runner.JUnitCore edu.ucalgary.ensf409.MySQLServiceTest
. - Run
CombinationFinderTest
:java -cp .;lib\* org.junit.runner.JUnitCore edu.ucalgary.ensf409.CombinationFinderTest
.