JSP文件全部报错。
问题:
重装myeclipse后jsp页面全部报错。
提示报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
原因分析:
在Javaweb工程下没有引入中间件(服务器Tomcat)运行的library
解决:
方法一:
右击web工程-->Build Path-->Configure buildpath-->Java Build Path -->Libraries-->Add Library
解决