I want to make a simple java application that can store strings and integers.
Now i have a working java application on my desktop computer that can store and retrieve stuff in a MySQL database
Now the problem is when i commit this project to git and then on my laptop I clone the project, i cant retrieve the information from the database
i get an error:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
How do i fix this so i can retrieve the information i stored on my desktop. Thanks.