jsp解决导入项目后出现:Multiple annotations found at this line: - String cannot be resolved to a type - No

时间:2024-05-22 13:12:06

今天导入一个项目后出现:

Multiple annotations found at this line:
	- String cannot be resolved to a type
	- No exception of type ServletException can be thrown; an exception type must be a 
	 subclass of Throwable
	- The method getContextPath() from the type HttpServletRequest refers to the missing type 
	 String
	- java.io.IOException cannot be resolved to a type
	- The type java.util.Map cannot be resolved. It is indirectly referenced from required .class 
	 files

然后就是一大堆jsp文件报错:

jsp解决导入项目后出现:Multiple annotations found at this line: - String cannot be resolved to a type - No

解决办法:

一:

jsp解决导入项目后出现:Multiple annotations found at this line: - String cannot be resolved to a type - No

找到Libraries下面报错的包,移除掉。

jsp解决导入项目后出现:Multiple annotations found at this line: - String cannot be resolved to a type - No

二:

jsp解决导入项目后出现:Multiple annotations found at this line: - String cannot be resolved to a type - No

jsp解决导入项目后出现:Multiple annotations found at this line: - String cannot be resolved to a type - No