类未找到异常

发布于 2024-08-10 08:18:29 字数 216 浏览 5 评论 0原文

当我尝试运行与 Java DB 交互的 Java 类时,出现以下错误。

我尝试加载驱动程序:

Class.forName("org.apache.derby.jdbc.EmbeddedDriver");

在库中,“derby.jar”确实存在。我正在使用 NetBeans IDE 6.0。

有人能帮我解决这个问题吗?

I'm getting the following error when I try to run a Java class which interacts with Java DB.

I try loading driver with :

Class.forName("org.apache.derby.jdbc.EmbeddedDriver");

In libraries, "derby.jar" do exist. I'm using NetBeans IDE 6.0.

Could anyone help me to solve this problem?

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

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

发布评论

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

评论(2

追我者格杀勿论 2024-08-17 08:18:29

确保您添加 derby.jar到类路径中。

Make sure you added derby.jar to the classpath.

单挑你×的.吻 2024-08-17 08:18:29

首先,打开 jar(使用 winrar 或类似的应用程序)以确保该类确实存在,在正确的路径下

如果是,那么,我的朋友,您遇到了类路径问题 - 将 jar 位置添加到项目的类路径中 - 通常您可以在日志/输出窗格中看到运行程序时使用的类路径,以便您可以确保它包含在内。

祝你好运 !
丹尼

First, open the jar (with winrar or similar app) to make sure that the class is actually there, under the correct path !

If it is, then, my friend, you have a classpath issue - add the jar location to the project's classpath - usually you can see the classpath used where running the program in the log/ouput pane so you can make sure it's included.

Good luck !
Danny

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