maven中解决javax.servlet.jsp.PageContext cannot be resolved to a type

在eclipse环境下用maven出现:javax.servlet.jsp.PageContext cannot be resolved to a type。

这是由于没有引入jsp-api引发的问题。在pom.xml引入:

<dependency>
<span style="white-space:pre"> </span><groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
</dependency>

问题解决。

上一篇:C# 使用printDocument1.Print打印时不显示 正在打印对话框(里面还有一个讨厌的取消按钮)


下一篇:CDOJ 1324 卿学姐与公主 分块