javax.servlet.jsp.JspException cannot be resolved to a type

javax.servlet.jsp.PageContext cannot be resolved to a type javax.servlet.jsp.JspException cannot be resolved to a type

解决这个异常需要加入:jsp-api.jar

在tomcat安装目录的libs中有、

同样如果servlet异常需要加入servlet-api.jar 

tomcat也有的。

你可能感兴趣的:(javax.servlet.jsp.JspException cannot be resolved to a type)