错误:

Error running ‘HttpClient [clean]‘: Cannot find JRE ‘1.8‘. You can specify JRE to run maven goals in
分析原因:

系统没有找到 JRE’1.8’

解决思路:

找不到系统的,我们就自己指定JDK

解决办法:

点击:File—》Settings—》Build,Exception,Deployment—》Build Tools—》Maven—》Runner—》把页面右边JRE:后面的改成自己的JRE—》点击Apply和OK

如下图:

Error running ‘HttpClient [clean]‘: Cannot find JRE ‘1.8‘. You can specify JRE to run maven goals in

相关文章:

  • 2021-09-26
  • 2021-07-19
  • 2022-12-23
  • 2021-05-16
  • 2021-04-02
  • 2021-11-03
  • 2021-09-09
  • 2021-12-05
猜你喜欢
  • 2021-08-24
  • 2021-09-01
  • 2021-05-27
  • 2021-07-11
  • 2021-10-26
  • 2021-05-01
  • 2021-10-20
相关资源
相似解决方案