Maven testCompile

时间:2015-05-18 13:18:24

标签: maven jenkins testng

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ HikinaArtf ---
[INFO] Nothing to compile - all classes are up to date

之前就是这样,一切正常,但我做了mvn clean现在它看起来像这样:

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ HikinaArtf ---
[INFO] Compiling 1 source file to ***\target\test-classes



Fatal error compiling: tools.jar not found: ***\jre1.8.0_45\..\lib\tools.jar -> [Help 1]

我不想设置它。我只是想把它关掉。有可能吗?

1 个答案:

答案 0 :(得分:1)

我的项目经常会出现此错误。错误显示缺少tool.jar, 然而情况并非总是如此。 首先,您可以尝试这个解决方案:

  1. Java构建路径>>库
  2. JRE系统Lybrary>>修改
  3. 已安装的JRE>>点击我的jdk>>修改
  4. 添加外部罐子>>的tools.jar
  5. 如果这不能解决问题,我将与其分享另一个解决方案。