Eclipse Maven 引入报错 Missing artifact com.sun:tools:jar 1.8.0
Posted yangzongzhuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse Maven 引入报错 Missing artifact com.sun:tools:jar 1.8.0相关的知识,希望对你有一定的参考价值。
在pom.xml添加如下 配置文件
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.8.0</version>
<scope>system</scope>
<systemPath>F:/software/Java/jdk1.8.0_161/lib/tools.jar</systemPath>
</dependency>
以上是关于Eclipse Maven 引入报错 Missing artifact com.sun:tools:jar 1.8.0的主要内容,如果未能解决你的问题,请参考以下文章
mac git 报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missin
eclipse 创建maven项目时 报错 Unable to create project from archetype [org.apache.maven.archetypes:ma