eclipse: The specified JRE installation does not exist解决办法

今天想用eclipse搭建一个项目来复习复习之前的知识,却出现了这个问题,找了很久终于找到了解决方法。
原版出处 http://blog.csdn.net/evankaka

主要检查2个地方(如果你确认已经安装好jdk

  • window–>perferences–>java–>installed JREs
    java学习所遇问题--The specified JRE installation does not exist
    检查jre是否配置正确,我选择的1.8版本每错

  • window–>perferences–>Server–>Runtime Environments
    java学习所遇问题--The specified JRE installation does not exist
    选择你的服务器,点击右侧的eidt , 确定 jre的版本与之前一样

  • 最后再次添加新的Tomcat,重新运行–ok

相关文章:

  • 2021-12-11
  • 2021-11-22
  • 2021-08-11
  • 2022-01-08
  • 2021-07-20
  • 2021-05-17
猜你喜欢
  • 2021-08-25
  • 2021-06-15
  • 2021-07-11
  • 2021-11-29
  • 2021-05-23
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案