gpt4 book ai didi

java - 即使安装 mysql-connector-java-8.0.18 后也出现 java.lang.ClassNotFoundException : com. mysql.jdbc.Driver

转载 作者:行者123 更新时间:2023-11-29 15:26:27 25 4
gpt4 key购买 nike

所以我一直在尝试将这个简单的数据库连接到我正在为学校开发的java税务程序,但无论我做什么(使用Eclipse IDE)都无法连接SQL数据库。我已经安装了连接器(mysql-connector-java-8.0.18),但我仍然得到 jdbc.Driver ClassNotFound Exception 。大家有什么想法吗?

            Class.forName("com.mysql.jdbc.Driver");
// create mysql connection
Connection connection=DriverManager.getConnection("jdbc:mysql://localhost:3306//PersonDB","root","rootroot");
Statement statement=connection.createStatement();

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

有什么建议吗?

最佳答案

手动将jar库添加到项目中。

右键项目-->构建路径-->配置构建路径

在“库”选项卡中按“添加外部 Jar”并选择您的 jar。

您可以在此处找到 mysql-connector 的 zip

关于java - 即使安装 mysql-connector-java-8.0.18 后也出现 java.lang.ClassNotFoundException : com. mysql.jdbc.Driver,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59043077/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com