Maven项目缺少Jar包--jdk.toolss:jar:1.8
Posted 幸福鳥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven项目缺少Jar包--jdk.toolss:jar:1.8相关的知识,希望对你有一定的参考价值。
Error message:
1. Missing artifact jdk.tools:jdk.tools:jar:1.8 [Maven Dependency Problem]
2. The container ‘Maven Dependencies‘ references non existing library ‘D:\.m2\repository\jdk\tools\jdk.tools\1.8\jdk.tools-1.8.jar‘
需要引入Maven依赖,如下所示:
<dependency> <groupId>jdk.tools</groupId> <artifactId>jdk.tools</artifactId> <version>1.8</version> <scope>system</scope> <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath> </dependency>
以上是关于Maven项目缺少Jar包--jdk.toolss:jar:1.8的主要内容,如果未能解决你的问题,请参考以下文章
JavaSVN下载maven项目到eclipse之后,项目红叉,pom.xml出现Missing artifact fakepath:dubbo:jar:2.8.5等缺少jar包情况
转Maven实战---Maven Build--缺少Jar包
遇到问题--java--新建maven项目打jar包缺少第三方引入的包maven dependencies报错Caused by: java.lang.ClassNotFoundException
遇到问题--java--新建maven项目打jar包缺少第三方引入的包maven dependencies报错Caused by: java.lang.ClassNotFoundException