如何用eclipse与mysql连接,总是出现ClassNotFoundException:
我安装了eclipse和mysql,
首先两个都能用,我现在想用eclipse和mysql连接,可是为啥总是连接不成功呢
我已经下载了mysql-connector-java-5.1.5-bin.jar,然后在classpath那里添加了,
用eclipse连接总是出现ClassNotFoundException:com.mysql.jdbc.Driver
我按照网上说的,在右键工程->properties->Java Build Path->Libraries->选择Add External Jars可是结果依然是那样的,到底咋回事呀