JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path:
报错原因:Javaweb工程类中没有添加Tomcat运行时相关类导致。
调试方法:
对项目添加Tomcat运行时
1、右击web工程-->属性或Build Path-->Java Build Path-->Libraries-->Add Libray-->Server Runtime-->Tomcat Server
2、切换到Java Build Path界面中的Orader and Export,选择Tomcat。
4059

被折叠的 条评论
为什么被折叠?



