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

Maven:CompilerException: tools.jar not found: jre7..lib ools.jar

程序员文章站 2022-07-12 13:34:34
...

 

    Reference:http://muruga.yoksha.com/maven-fatal-error-compiling-tools-jar-not-found.html

 

    Exception:CompilerException: tools.jar not found: jre7\..\lib\tools.jar

    Condition:在使用Maven打包项目的时候出现这个异常,提示tools没有找到。

    解决:确定你的eclipse在 首选项--》java--》installed JREs里面的jre指向的是JDK而不是JRE,tools.jar是JDK才有的。当然,你也可以在环境变量classpath里面将jdk的lib目录加加进去。