导入新工程出现的错误及解决方案
程序员文章站
2022-03-03 15:54:12
...
遇到的问题:
Multiple annotations found at this line: - Missing artifact log4j:log4j:jar:1.2.15:compile - Missing artifact org.apache.xmlbeans:xmlbeans-xpath:jar:2.4.0:compile - Missing artifact org.apache.ws.commons.axiom:axiom-dom:jar:1.2.5:compile - Missing artifact org.apache.httpcomponents:httpcore:jar:4.0-alpha5:compile
问题原因:新工程的JDK版本和本机的JDK版本不符
解决方案 ① 右键项目--Properties--Java Build Path--Libraries--JRE System Library--Edit
② Alternate JRE-- 选择适合的JDK版本--Finish
上一篇: jdom解析、生成xml
下一篇: XML生成(三):JDOM生成
推荐阅读
-
mysql遇到load data导入文件数据出现1290错误的解决方案
-
mysql遇到load data导入文件数据出现1290错误的解决方案
-
网站出现50X类型、DNS及超时错误怎么办? 网站“抓取异常”问题的解决方案介绍
-
导入网上下载的Android Studio项目出现的问题及解决方案总结:
-
Linux使用命令出现的错误及解决方案【持续更新】
-
网站出现50X类型、DNS及超时错误怎么办? 网站“抓取异常”问题的解决方案介绍
-
导入新工程出现的错误及解决方案
-
对于用Pandas导入csv文件出现的错误的解决方案
-
"python\ops\_gru_ops.dll not found"问题解决方案(python import导入包出现资源定位错误的问题)
-
Ajax发送PUT/DELETE请求时出现错误的原因及解决方案