使用 Java 连接 PostgreSQL 8.2

发布于 2024-10-17 04:32:50 字数 87 浏览 1 评论 0原文

当我通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪也成诗 2024-10-24 04:32:50

我想你需要将 postgres jdbc 驱动程序放在你的类路径上。
您可以从 http://jdbc.postgresql.org/ 下载它

最新版本 8 或 9 驱动程序应为 (稳定),如 9.0-801 驱动程序。引用尺寸:

如果您使用的是 1.6 JVM,那么您
应使用 JDBC4 版本。

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 :

If you are using the 1.6 JVM, then you
should use the JDBC4 version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文