Eclipse: The specified JRE installation does not exist
In eclipse click Window –> Show view –> Servers
Once you are in servers view double click configured server to open its configuration and click Runtime environment link (in the left side).
Select the JRE and click finish.
Hope it help you
I had the same problem. This is how I fixed it.
- Open Eclipse.
- Go to
Preferences
. - Click
Add
- A Window should popup with this:
- Select
Standard VM
. - Select
Directory
- Use this path:
Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/
- Click
Open
- Then
Finish
- Right click your Project then click
Properties
- Select
Java Build Path
then clickAdd Library
- Select
JRE System Library
- Click
Environments
and select thejdk1.7.0_45
Finish
This is what you should see if you did it right:
Your run configurations maybe trying to use a specific JRE.
Make sure you are using the correct JRE there.