好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开心的新建jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path。
解决方法:
1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-> Add Libray...->My Eclipse Servler Libraries-->Server Runtime -》Tomcat Server
OK!