Java Connecting to remote MySQL database

后端 未结 3 1021
梦如初夏
梦如初夏 2021-01-16 00:17

Hey guys im trying to connect to my remote mysql database and my code gives me this error:

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


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-16 01:12

    You need to add the JDBC Connector J driver for Mysql database at mysql-Downloads to your classpath. You can follow the instruction on adding the external jars to Eclipse here by going to project properties->Java Build Path -> Libraries->Add External JARs

提交回复
热议问题