从GitHub上拉下代码编译的时候,一直报这个The specified JRE installation does not exist,意思是说我的运行环境有问题.于是又重新配置了一下JRE(win--prefer--java-installed JRES)

没起到什么效果.

结局方法:项目上点右键--build path——configure build path——libraries

The specified JRE installation does not exist 问题解决_java