Answers for "Description Resource Path Location Type Build path specifies execution environment JavaSE-1.8. There are no JREs installed in the workspace that are strictly compatible with this environment. course-api Build path JRE System Library Problem"

1

Description Resource Path Location Type Build path specifies execution environment JavaSE-1.8. There are no JREs installed in the workspace that are strictly compatible with this environment. course-api Build path JRE System Library Problem

Your project > Build Path > Configure Build Path.
Go to Libraries tab.
Select JRE System Library [JavaSE-1.7].
Press Edit.
Notice that "Execution environment" is JavaSE-1.7 (jdk1.8.{y}).
Click on Installed JREs.
You should see jdk1.8.{y} but not jdk1.7.{x}.
Press Add.
Select Standard VM.
Press Next.
Locate your java folder, e.g.: C:\Program Files\Java\jdk1.7.{x}. If you don't have it, you need to install it.
Populate JRE home with it. e.g. C:\Program Files\Java\jdk1.7.0_80.
"Execution environment" will be JavaSE-1.7 (jdk1.7.0_80) now.
Posted by: Guest on January-11-2021

Code answers related to "Description Resource Path Location Type Build path specifies execution environment JavaSE-1.8. There are no JREs installed in the workspace that are strictly compatible with this environment. course-api Build path JRE System Library Problem"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language