欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Multiple annotations found at this line:

程序员文章站 2022-04-25 21:44:39
...

今天在敲代码的时候碰到的一个问题

下面是报错代码:

Multiple annotations found at this line:
	- The type javax.servlet.ServletRequest cannot be resolved. It is indirectly 
	 referenced from required .class files
	- The method getRequest() from the type PageContext refers to the missing type 
	 ServletRequest

解决方法是引入servlet.spi.jar包

 

步骤:

 

项目 右键->Properties->Libraries->Add External JARS-
选择 外部的jsp-api.jar(你的Tomcat安装目录下的lib目录下有)。

相关标签: Java web