“Build path entry is missing” error when trying to create a new project in Eclipse

后端 未结 6 1826
孤城傲影
孤城傲影 2021-02-20 09:10

Build path entry is missing: org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-20 10:05

    This is because JRE is not present in the build path of your project. So trying adding JRE from Windows->Preferences->Installed JREs and Add the default JRE. After that the JRE gets added by default in the build path of every project. This should solve the issue

提交回复
热议问题