Apache Derby 数据库的 ClassNotFoundException

发布于 2024-11-13 07:11:48 字数 253 浏览 4 评论 0原文

我正在尝试使用 Eclipse 在网络模式下为我的 J2EE Web 应用程序使用 Apache Derby 我收到以下错误:

ClassNotFoundException: org.apache.derby.jdbc.ClientDriver
SQLException: SQLState: 08001

我已经在系统和项目的类路径变量中添加了 derbyclient.jar 和 derby.jar 。我无法弄清楚问题所在

I am trying to use Apache Derby in Network mode for my J2EE Web App using Eclipse
I am getting the following error:

ClassNotFoundException: org.apache.derby.jdbc.ClientDriver
SQLException: SQLState: 08001

I have already added the derbyclient.jar and derby.jar in classpath variable of system and the project. I cannot figure out the problem

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

白衬杉格子梦 2024-11-20 07:11:48

您必须将 derbyclient.jar 添加到 YourProject\WebContent\WEB-INF\lib。不需要将 derby.jar 添加到类路径。

这对我有帮助。

You must add derbyclient.jar to YourProject\WebContent\WEB-INF\lib. Not needed to add derby.jar to classpath.

It's helped me.

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