Tomcat Jersey 类未找到
我正在关注关于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否将 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
您还必须将 Jersey jar 文件放入 Tomcat lib 文件夹中
You also have to put Jersey jar files in the Tomcat lib folder