JSP页面顶端出现错误:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path的问题解...

原理:把RunTime容器添加进去,比如tomcat的。

1、项目右键->【Build Path】->【Configure Build Path...】

 JSP页面顶端出现错误:The superclass

 2、把tomcat的runtime添加进去

JSP页面顶端出现错误:The superclass

JSP页面顶端出现错误:The superclass

JSP页面顶端出现错误:The superclass

3、如果发现JRE的版本不正确,也可以进行更新,如下是我改成jre8.0的。

JSP页面顶端出现错误:The superclass

JSP页面顶端出现错误:The superclass

JSP页面顶端出现错误:The superclass

这里也可以直接配置,选择第二项。

 

转载于:https://www.cnblogs.com/EasonJim/p/6686968.html

你可能感兴趣的:(JSP页面顶端出现错误:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path的问题解...)