jsp 页面 javax.servlet.jsp.JspException cannot be resolved to a type 异常
Posted 李梵
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jsp 页面 javax.servlet.jsp.JspException cannot be resolved to a type 异常相关的知识,希望对你有一定的参考价值。
<dependencies><dependency><groupId>javax.servlet</groupId><artifactId>servlet-api</artifactId><scope>provided</scope><version>2.5</version></dependency><dependency><groupId>javax.servlet</groupId><artifactId>jsp-api</artifactId><version>2.0</version><scope>provided</scope></dependency></dependencies>
or
javax.servlet.jsp.JspException cannot be resolved to a type
以上是关于jsp 页面 javax.servlet.jsp.JspException cannot be resolved to a type 异常的主要内容,如果未能解决你的问题,请参考以下文章
javax.servlet.jsp.PageContext 无法解析为类型[重复]
jsp 页面 javax.servlet.jsp.JspException cannot be resolved to a type 异常