How to add mysql connector java to the Netbeans project class path ?

How to add  mysql connector java to the Netbeans project class path ?


First download JDBC Connector for MySQL from here according to your platform. In this project i'am using mysql-connector-java-8.0.16.jar file.
Then right click on Libraries Folder of the project and select Add JAR/Folder option. From the file browser window find and add downloaded jar to project class path.



Comments