欢迎访问服务器技术网-www.fuwuqijishu.com

import com.mysql.jdbc.Driver问题

程序设计 fuwuqijishu 2年前 (2022-10-01) 11次浏览 0个评论 扫描二维码

关于mysql驱动包 已经添加到 classpath
“import com.mysql.jdbc.Driver;”这句还是报错了:程序包com.mysql.jdbc不存在。

请问怎么回事

的问题

编译器不是按照classpath指定的路径进行类查找的,那个参数是jvm虚拟机查找的路径
你需要在编译的时候指定类路径或者将这些包加入你的工程的lib目录中

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2422.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900