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 default JRE(此前JDK已成功安装并配置好), 然后 Finish 。
本文详细介绍了如何解决Java项目中遇到的'String'类型无法解析的问题,包括从项目构建路径中移除错误的jre库,以及正确添加JDK路径的方法。

被折叠的 条评论
为什么被折叠?



