遇到的问题:
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
导入新工程出现的错误及解决方案
最新推荐文章于 2018-12-28 16:32:59 发布