首页 > 编程语言 > 详细

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

时间:2014-10-09 00:32:07      阅读:359      评论:0      收藏:0      [点我收藏+]

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。

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

原文:http://www.cnblogs.com/zlz-ling/p/4012023.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!