欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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

程序员文章站 2022-03-02 15:39:13
...

异常代码如下:

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

 

解决办法:

1.右击该项目 - Build Path - Configure Build Path , 在 Libraries 选项下,会发现有个出错的jre Libraries,将其Remove掉。

2.右击该项目 - Build Path - Add Library, 选择JRE System Library,选择Workspace defaulr JRE(jdk1.7)(此前JDK已成功安装并配置好), 然后 Finish 。

3.成功解决。

 

作者:Roger_CoderLife

链接:https://blog.csdn.net/Roger_CoderLife/article/details/88171338

本文为Roger_CoderLife的原创文章,著作权归作者所有,转载请注明原文出处,欢迎转载!