1.错误描述:JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
2.错误原因:原来Javaweb工程类中没有添加Tomcat运行时相关类导致
3.解决办法:
1).右击web工程->Properties或Build Path->Java Build Path->Libraries-> Add Libray...->Server Runtime ->Tomcat Server;
2).切换到 Java Build Path界面中的Orader and Export,选择Tomcat。
提示:按 以上方法操作时,若打开Server Runtime后一片空白,需要设置Apache服务器。设置方法 为:window->Preferences->Server->Runtime Environment -> add --> 选择Apache的版本后点Next,再填入你apache服务器软件的安装(解压后)地址。
时间: 2024-10-13 21:00:35