A Student Record Management System written in Java using JDBC and MySQL.
To run the Java program locally, follow the steps:
- Download & install MySQL. Remember the password set during installation, to change the password in code accordingly.
- Go to C:\Program Files (x86)\MySQL\Connector J 8.0 folder
- Copy the path of mysql-connector-java-8.0.28.jar and also copy the file.
- Go to environment variables and add new path in system variables. Set variable name as "classpath" (without the quotes) and paste the above copied file path. After adding, add another path by clicking on new and type '.' without the quotes.
- Then go to C:\Program Files (x86)\Java\jre1.6.0\lib\ext and paste the mysql-connector-java-8.0.28.jar file.
- Restart the computer.
- Compile and run the java file.
- Before entering names of student, add course details.