Tomcat Jersey 类未找到

发布于 2024-12-08 21:53:24 字数 633 浏览 0 评论 0原文

我正在关注关于 Tomcat 和 Jersey 的 this 教程,但是当我尝试访问它时,我收到未找到错误,这是 Eclipse 中的输出: 严重:Servlet /de.vogella.jersey.first 抛出 load() 异常 java.lang.ClassNotFoundException: com.sun.jersey.spi.container.servlet.ServletContainer

我正在使用 JRE1.7、Eclipse 和最新版本的 Jersey。

this 就是我在 Eclipse 中的设置。我试图让所有的名字保持相同,但运气不佳。

是我试图遵循的教程。

任何帮助表示感谢,谢谢~

I was following this tutorial on Tomcat and Jersey, but when I try to access it, I get a not found error, and this is output in Eclipse:
SEVERE: Servlet /de.vogella.jersey.first threw load() exception
java.lang.ClassNotFoundException: com.sun.jersey.spi.container.servlet.ServletContainer

I am using JRE1.7, Eclipse, and the latest version of Jersey.

This and this is what my setup looks like in Eclipse. I tried to keep all of the names the same, but haven't had much luck.

This was the tutorial I was attempting to follow.

Any help appreciated, Thanks~

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

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

发布评论

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

评论(2

再见回来 2024-12-15 21:53:24

您是否将 jersey-servlet.jar 包含在类路径中?看看 在这里获取 jersey-servlet.jar

Do you include the jersey-servlet.jar in the class path? Take a look here to get jersey-servlet.jar

鸩远一方 2024-12-15 21:53:24

您还必须将 Jersey jar 文件放入 Tomcat lib 文件夹中

You also have to put Jersey jar files in the Tomcat lib folder

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