Project Information

This project requires the following steps to compile and run:

Compilation

To compile the project, use the javac command along with the specified classpath:

javac -cp .:mysql-connector-java-5.1.18-bin.jar Connect.java

Execution

Once compiled, use the following command to run the project:

java -cp .:mysql-connector-java-5.1.18-bin.jar Connect