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

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

时间:2016-08-30 10:56:42      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

问题描述:eclipse中建立一个动态网站项目,添加测试页index.jsp时出现错误:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

解决方法:Adding the tomcat server in the server runtime will do the job :Project Properties-> Java Build Path-> Add Library -> Select "Server Runtime" from the list-> Next->Select "Apache Tomcat"-> Finish.

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

标签:

原文地址:http://www.cnblogs.com/cloudwind2011/p/5820841.html

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