首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

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

2013-11-29 
Maven:CompilerException: tools.jar not found: jre7\..\lib\tools.jar?? ? Reference:http://muruga.yok

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

?

? ? 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目录加加进去。

?

? ??

热点排行