I am getting this error when compiling my java program
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Then I knew that I should ad
You just need to copy the mysql-connector-java-5.1.39-bin file in the Libraries of the project folder. Everything will work fine.