pom文件miss artifact com.sun:tools:jar:1.5.0:system问题

Posted mqxnongmin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pom文件miss artifact com.sun:tools:jar:1.5.0:system问题相关的知识,希望对你有一定的参考价值。

问题现象
导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system

问题原因
maven是须要使用Jdk中的tools工具,而eclipse使用的是jre的执行环境,导致maven无法找到Jdk工具包tools.jar

解决方法
1>将eclipse改动为jdk文件夹中的javaw作为启动环境。

步骤能够參看还有一篇博客:http://blog.csdn.net/bbirdsky/article/details/24810663

2>在pom.xml中加入java.home属性节点,以及com.sun.tools依赖节点。


以上是关于pom文件miss artifact com.sun:tools:jar:1.5.0:system问题的主要内容,如果未能解决你的问题,请参考以下文章

pom文件miss artifact com.sun:tools:jar:1.5.0:system问题

关于maven的POM提示missing artifact...jar

myeclipse导入一个maven项目pom报“Missing artifact com.alibaba:tools:jar:1.6.0”怎么解决

missing artifact jdk.tools:jar:1.7

missing artifact jdk.tools:jar:1.7

missing artifact jdk.tools:jar:1.7