Missing artifact jdk.tools:jdk.tools:jar:1.7
程序员文章站
2022-06-18 20:18:41
...
在用maven进行hadoop项目搭建过程中pom.xml中报错:Missing artifact jdk.tools:jdk.tools:jar:1.7
解决办法在pom中加入下面依赖:
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>1.7</version>
<scope>system</scope>
<systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
</dependency>
上一篇: 批量重命名下载的不规则电视剧文件名
下一篇: Ubuntu下安装glad
推荐阅读
-
Missing artifact org.csource.fastdfs:fastdfs:jar:1.2,如何能把 fastdfs的jar包安装到本地的仓库中
-
Missing artifact jdk.tools:jdk.tools:jar:1.6
-
Missing artifact jdk.tools:jdk.tools:jar:1.7
-
Missing artifact jdk.tools:jdk.tools:jar:1.6
-
Missing artifact jdk.tools:jdk.tools:jar:1.8
-
Missing artifact jdk.tools:jdk.tools:jar:1.8/1.7/1.6
-
pom.xml报错:Missing artifact jdk.tools:jdk.tools:jar:1.8
-
maven安装jar包到本地仓库和myeclipse开发报错Missing artifact xx解决方法
-
Eclipse导入Maven项目提示:Missing artifact sun.jdk:jconsole:jar:1.8
-
maven报错Missing artifact jdk.tools:jdk.tools:jar:1.8,添加jdk.tools依赖依然报错