cleaninstall后
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project microservicecloud-api: Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre1.8.0_91..\lib\tools.jar -> [Help 1]

处理方法
使用eclipse,创建springcloud工程报错 Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre1.8

这里execution enviroment必须使用jdk,不用jre。
使用eclipse,创建springcloud工程报错 Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre1.8
这里不涉及M2_HOME。
也不涉及,不写到jdk也没问题。
使用eclipse,创建springcloud工程报错 Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre1.8
但是还是按照上图改好点。

相关文章:

  • 2021-06-09
  • 2022-12-23
  • 2021-04-19
  • 2021-06-22
  • 2021-09-29
  • 2021-08-18
  • 2021-07-13
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2021-04-16
  • 2021-07-19
  • 2022-12-23
  • 2021-09-21
相关资源
相似解决方案