mySQL:与Eclipse的连接

时间:2018-06-28 08:28:03

标签: mysql eclipse jar

eclipse EE和mySQL之间的连接有很多问题。我需要创建一个Web应用程序,因此需要一个数据库。我下载了mySQL(和mySQL工作台)。

我将eclipse连接到DB,但是我做不到。

这是我执行的顺序:

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here enter image description here

请给我一些信息,我需要解决这个问题。谢谢你们。

1 个答案:

答案 0 :(得分:0)

因此,在Eclipse中设置JDBC连接比您的方法容易得多。您可以改用以下方法:

  1. 在Eclipse工作区的Package Explorer中右键单击Java类。
  2. 在显示的列表上找到找到“构建路径”,然后单击“添加外部档案”。
  3. 找到名为mysql-connector-java- 版本号 .jar的jar文件并将其打开。这应该将您的JDBC连接到Eclipse!

希望这会有所帮助!