使用 Java 连接 PostgreSQL 8.2
当我通过 JDBC 连接到数据库 (PostgreSQL 8.2) 时,它给出错误 ClassNotFound 以及与驱动程序相关的信息。我该如何解决这个问题?
When I'm connecting to my database (PostgreSQL 8.2) through JDBC it gives an error ClassNotFound and something related to drivers. How do I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你需要将 postgres jdbc 驱动程序放在你的类路径上。
您可以从 http://jdbc.postgresql.org/ 下载它
最新版本 8 或 9 驱动程序应为 (稳定),如 9.0-801 驱动程序。引用尺寸:
I guess you need to put the postgres jdbc driver on your classpath.
You can download it from http://jdbc.postgresql.org/
Latest version 8 or 9 drivers should to (stable) like the 9.0-801 driver. To quote the size :