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 。

相关文章:

  • 2021-08-29
  • 2021-08-24
  • 2021-05-31
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
猜你喜欢
  • 2021-05-15
  • 2021-09-30
  • 2021-11-15
  • 2021-12-03
  • 2021-12-10
  • 2021-05-06
  • 2021-07-07
相关资源
相似解决方案