eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type解决方法实测
Posted SWEETFAN
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type解决方法实测相关的知识,希望对你有一定的参考价值。
Multiple annotations found at this line:
- String cannot be resolved to a type
- The method getContextPath() from the type HttpServletRequest refers to the missing type String
解决办法:
首先 右击该项目 - Build Path - Configure Build Path , 在 Libraries 选项下,会发现有个出错的jre Libraries,将其Remove掉。
然后 右击该项目 - Build Path - Add Library, 选择JRE System Library,选择Workspace defaulr JRE(jdk1.6)(此前JDK已成功安装并配置好), 然后 Finish 。
以上是关于eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type解决方法实测的主要内容,如果未能解决你的问题,请参考以下文章
Multiple annotations found at this line:——解决方法
使用EventBus,debug时不报错,release版本报错:its super classes have no public methods with the @Subscribe annota
使用EventBus,debug时不报错,release版本报错:its super classes have no public methods with the @Subscribe annota
maven pom文件报错:Multiple annotations found at this line 解决方案