写老师布置的作业从机房copy到自己的电脑上发现报错了,以下是报错信息:
Multiple annotations found at this line:
在该行中找到的多个注释
- String cannot be resolved to a type
-string不能解析为类型
- The method getParameter(String) from the type ServletRequest refers to the missing tye string从ServletRequest类型中获取参数(String)的方法引用缺少的Type字符
解决方法:
首先,右击该项目 - Build Path - Configure Build Path。
在 Libraries 选项下,会发现有个出错的jre Libraries,将其Remove掉,然后点击Apply。
接下来点击Add Library, 选择JRE System Library
选择Workspace defaulr JRE(jdk-10.0.2)(此前JDK已成功安装并配置好), 然后Finish 。
最后,Apply and Close即可。
步骤如下图所示:
文章来源:https://www.toymoban.com/news/detail-498754.html
文章来源地址https://www.toymoban.com/news/detail-498754.html
到了这里,关于eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type 解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!