Eclipse新建Web项目出现The superclass "javax.servlet.http.HttpServlet" was not found..._the super class does not exist.
作者:code123 | 2024-02-02 17:16:02
赞
踩
the super class does not exist.
问题:Eclipse新建web项目出现The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
新建web项目后都,jsp页面顶端出现“红色”的报错信息:
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path,经过仔细查看,原来是javaweb工程中没有添加tomcat运行时的相关类导致