38
- Ip Ki Lok (1155176691)
- Lin Yu Hsiang (1155172258)
Project.java- Contains all source code for the project.- Demonstration video - Shows how to use the program.
-
Compile the code:
javac Project.java
-
Run the program:
java -classpath ./mysql-jdbc.jar:./ Project
Ensure that
mysql-jdbc.jaris present in the current directory for JDBC connectivity.