码迷,mamicode.com
首页 > 编程语言 > 详细

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

时间:2016-04-20 11:29:43      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

今天,将一个已经写好的web程序用Eclipse导入到本地时出现这个问题,在JSP页面的顶部出现红叉,

错误提示信息是"The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path",

经过在网上查找资料,发现是没有添加Tomcat运行时类造成。

 

解决方法如下:

1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-> Add Libray...->Server Runtime -》Tomcat Server
2、切换到Java Build Path界面中的Orader and Export,选择Tomcat

 至此,错误提示消失,问题解决。

 

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

标签:

原文地址:http://www.cnblogs.com/Wcy100/p/5411542.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!