Struts2 中的 ClassNotFoundException 示例

发布于 2024-11-02 13:32:12 字数 246 浏览 2 评论 0原文

我正在运行一个简单的 Struts 2 示例。

当我使用 eclipse 运行项目时,出现以下异常:

java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

之前我使用了 Struts 2.2 lib,然后使用了 Struts 2.0 libs,但找不到任何解决方案。

I am running a simple Struts 2 example.

When I run the project using eclipse, I got this exception:

java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

Earlier I used Struts 2.2 lib then Struts 2.0 libs, but could not find any solution.

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

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

发布评论

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

评论(2

潦草背影 2024-11-09 13:32:12

您的类路径中需要 struts2-core 库。

You need struts2-core library in your classpath.

眼藏柔 2024-11-09 13:32:12

有时,在项目中包含 jar 不起作用。所以你必须将这些 jar 添加到服务器 lib 文件夹中,该文件夹可能是你的 tomcat。

当您使用 tomcat 服务器运行应用程序时,它找不到所需的 jar。

因此,您必须通过 tomcat lib 文件夹将这些 jar 直接提供给 tomcat。

Sometimes including the jars in project does not work. so you have to add those jar in your server lib folder which could be your tomcat.

when you run your application using tomcat server it do not found the required jar.

so you have to provide those jars directly to the tomcat by tomcat lib folder.

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