当前位置: 代码迷 >> 综合 >> eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type解决方法实测
  详细解决方案

eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type解决方法实测

热度:31   发布时间:2023-12-14 11:20:28.0

关注微信公众号:新方圆小棉袄,下载免费看电影的app

 

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 。

  相关解决方案