导入项目后出现Multiple annotations found at this line 的问题(jdk不一致)

报错信息是: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

- String cannot be resolved to a type

- The type java.util.Map cannot be resolved. It is indirectly referenced from

required .class files

- The method getScheme() from the type ServletRequest refers to the missing type

String

- The type java.util.Map cannot be resolved. It is indirectly referenced from

required .class files

解决方案:

①.右键工程->Build Path -> Configure Build Path , 在 Libraries 选项下,会发现有个出错的jre Libraries,将其Remove掉。

②.然后右击该项目 - Build Path - Add Library, 选择JRE System Library,选择现在你使用的要添加的版本,之后一路ok即可。

在problems那里,若显示问题是 Target runtime Apache Tomcat v7.0 is not defined.

则表示运行时没有找到tomcat v7.0

Eclipse

右键--》properties--》targeted runtime,把原项目的tomcat去掉勾选,换上自己的Tomcat

myEclipse

在工程目录下的.settings文件夹里,打开org.eclipse.wst.common.project.facet.core.xml文件,其内容是:

<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
    <runtime name="Tomcat v7.0"/>
  <fixed facet="java"/>
  <fixed facet="jst.web"/>
  <fixed facet="wst.jsdt.web"/>
  <installed facet="java" version="1.6"/>
  <installed facet="jst.web" version="3.0"/>
  <installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>

删除第一句话后是

<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>

  <fixed facet="java"/>
  <fixed facet="jst.web"/>
  <fixed facet="wst.jsdt.web"/>
  <installed facet="java" version="1.6"/>
  <installed facet="jst.web" version="3.0"/>
  <installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>

保存,刷新!

 

  • 4
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值