https://dev.mysql.com/downloads/connector/j/5.1.html Download JDBC.
Start Eclipse and create a project with any name.
Right-click on the project folder on Eclipse and create a new folder from new.
Unzip the downloaded file.
Copy the jar file in the unzipped folder.
Right-click and paste the newly created folder in Eclipse.
Then, a jar file is created in the folder, right-click the jar file, and
Select Build Path and click Add to Build Path.
that's all.
Recommended Posts