shahzill/Hamper-Design-Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ENSF 409 Group 11 Final Project Welcome! --------------------------------------------------------- COMPILING THE ENTIRE PROGRAM: To compile the entire program, please use the following command: javac -cp .;lib/mysql-connector-java-8.0.23.jar;lib\junit-4.13.2.jar;lib\hamcrest-core-1.3.jar edu\ucalgary\ensf409\*.java --------------------------------------------------------- TO COMPILE SEPARATELY: To compile the program, please use the following command: javac -cp .;lib/mysql-connector-java-8.0.23.jar edu\ucalgary\ensf409\*.java To compile the test, please use the following command: javac -cp .;lib\junit-4.13.2.jar;lib\hamcrest-core-1.3.jar edu\ucalgary\ensf409\*.java --------------------------------------------------------- TO RUN: To run the program, please use the following command: java -cp .;lib/mysql-connector-java-8.0.23.jar edu.ucalgary.ensf409.Project To run the test, please use the following command: java -cp .;lib\junit-4.13.2.jar;lib\hamcrest-core-1.3.jar org.junit.runner.JUnitCore edu.ucalgary.ensf409.ProjectTest --------------------------------------------------------- Delete the Order.txt file every time before running the program or it will add to the previous existing file. If you have any problems running or compiling the program, please email "shahzill.naveed@ucalgary.ca"