[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]
我不想设置它。我只是想把它关掉。有可能吗?
答案 0 :(得分:1)
我的项目经常会出现此错误。错误显示缺少tool.jar, 然而情况并非总是如此。 首先,您可以尝试这个解决方案:
如果这不能解决问题,我将与其分享另一个解决方案。