gpt4 book ai didi

java - Mac 上找不到 MySQL,使用 mysql-connector-java-5.1.13-bin.jar 的 eclipse 项目出现问题

转载 作者:行者123 更新时间:2023-11-29 22:33:00 30 4
gpt4 key购买 nike

我有以下问题:我将一个现有项目导入到 eclipse 中。该项目引用库 mysql-connector-java-5.1.13-bin.jar。当我尝试运行该项目时,出现以下错误:

Trying to add database driver (JDBC): RmiJdbc.RJDriver - Warning, not in CLASSPATH?
Trying to add database driver (JDBC): jdbc.idbDriver - Warning, not in CLASSPATH?
Trying to add database driver (JDBC): com.mckoi.JDBCDriver - Warning, not in CLASSPATH?
Trying to add database driver (JDBC): org.hsqldb.jdbcDriver - Warning, not in CLASSPATH?
Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

所以我尝试使用终端来查明是否安装了 mySQL:输入 -a mysql 命令。结果:类型:mysql:未找到现在我下载并安装了mysql。它现在列在/usr/local/中。但命令: type -a mysql 仍然显示相同的结果,并且 java 应用程序产生相同的错误。我需要做什么?

最佳答案

您需要检查 mysql 进程是否正在运行...

$ ps ax | grep mysql

...并且 mysql 驱动程序 jar 确实位于您的项目类路径(库)中。

关于java - Mac 上找不到 MySQL,使用 mysql-connector-java-5.1.13-bin.jar 的 eclipse 项目出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29670640/

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