欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > java >内容正文

java

JavaWeb: 报错信息The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path...

发布时间:2025/5/22 java 198 豆豆
生活随笔 收集整理的这篇文章主要介绍了 JavaWeb: 报错信息The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path... 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开心的新建jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path。原来Javaweb工程类中没有添加Tomcat运行时相关类导致。 下面是具体的解决方法: 1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-> Add Libray...->Server Runtime -》Tomcat Server 2、切换到Java Build Path界面中的Orader and Export,选择Tomcat。

总结

以上是生活随笔为你收集整理的JavaWeb: 报错信息The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path...的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。