简体   繁体   中英

JDBC Driver class not found: oracle.jdbc.OracleDriver in oracle 11g

我编写了一个程序以连接到Java 1.7中的数据库,并且我的数据库是oracle 11g速成版iam正在获取类OracleDriver的类未发现错误?

This error message is clearly says that there is not a JDBC driver in your class path.

JDBC Driver class not found: oracle.jdbc.OracleDriver in oracle 11g

You need to add oracle JDBC driver in your class path.

So first download it, then add it your class path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM