导入他人做的项目后出现Multiple annotations found at this line 问题的解决方法。。

出现:

Multiple annotations found at this line:
- java.io.IOException cannot be resolved to a type
- String cannot be resolved to a type
- java.io.IOException 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

还有String cannot be resolved to a type这样的各种错误,其实项目一般是可以正常运行的。

解决办法两个:

一:jdk不匹配。对方的jdk版本跟你的不同。改成你自己的jdk就好。对项目右键properties->java build path之后就能找到了。

二:若不是这个问题,那试试project-clean。

  希望有帮助。。
 

猜你喜欢

转载自blog.csdn.net/SQLplus111/article/details/91492503
今日推荐