mysql java no suitable driver

后端 未结 3 1659
傲寒
傲寒 2021-01-28 04:44

\"enterIn the following code..I am getting no suitable driver..error: please help. I have been wo

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-28 05:29

    You haven't yet load the Driver to your application,try to add Class.forName("com.mysql.jdbc.Driver");

提交回复
热议问题