Could not load driverClass jdbc:mysql://localhost:3306/spring

Posted 哆啦任意门

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not load driverClass jdbc:mysql://localhost:3306/spring相关的知识,希望对你有一定的参考价值。

今天出现编码出现了No suitable driver found for jdbc,又是找遍了网上的资料,基本上都说是三个问题:
    一是:连接URL格式出现了问题(Connection conn=DriverManager.getConnection("jdbc:mysql://localhost:3306/XX","root","XXXX")
    二是:驱动字符串出错(com.mysql.jdbc.Driver)
    三是Classpath中没有加入合适的mysql_jdbc驱动
    经过我的仔细检查,这三种错误我都没有犯,为什么呢?
    尝试着将mysql-connector-java-3.1.14-bin.jar的jar包加入C:\\Program Files\\Java\\jre1.6.0_02\\lib\\ext文件夹下,问题解决了!!
    原来是不仅仅要求将驱动加入classpath中,而且需要将该jar包加入到java运行环境的外部jar包中。

嗯  还有 一种可能性  就是配置写错了

像我犯得错误i就是属于比较奇葩的  属性名 和  值  写 反了 

 

以上是关于Could not load driverClass jdbc:mysql://localhost:3306/spring的主要内容,如果未能解决你的问题,请参考以下文章

电脑上出现could not load ssl library提示框是啥原因?

打开图像文件失败汇总:“Could not load image... ...0x## 0x##”错误

The resource could not be loaded because the App Transport

关于Could not load driverClass ${jdbc.driverClassName}问题解决方案

symfony could not load type 'datetime'

Could not load driverClass jdbc:mysql://localhost:3306/spring