java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

后端 未结 3 345
终归单人心
终归单人心 2021-01-11 09:29

I am getting this error when compiling my java program

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

Then I knew that I should ad

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-11 10:01

    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.

提交回复
热议问题