现在的位置: 首页 > 综合 > 正文

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

2017年11月15日 ⁄ 综合 ⁄ 共 362字 ⁄ 字号 评论关闭

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

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。

抱歉!评论已关闭.