欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Missing artifact jdk.tools:jdk.tools:jar:1.8

程序员文章站 2022-03-04 14:44:15
...

 很明显,找不到tools.jar。pom.xml中添加以下代码

<dependency>
			<groupId>jdk.tools</groupId>
			<artifactId>jdk.tools</artifactId>
			<version>1.7</version>
			<scope>system</scope>
			<systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
		</dependency>

 

不能解决请看下边:https://www.cnblogs.com/gaoxu007/p/7204827.html

也可留言,随时回复

相关标签: maven