首页 > 编程语言 > 详细

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

时间:2016-08-30 10:56:00      阅读:268      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!