0
点赞
收藏
分享

微信扫一扫

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

爱情锦囊 2022-04-02 阅读 64


 很明显,找不到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>


也可留言,随时回复


举报

相关推荐

0 条评论