If you have upgraded Mac OS X 10.10 Yosemite, you may have noticed that the previously installed JRE is not available. Installed JRE error Mac OSX eclipse

Installed JRE error Mac OSX eclipse.png
As there is no JRE installed, Eclipse would throw the following error,
Installed JRE location no longer exists. JRE will be removed.
Reason: JRE removed
So to resolve this issue, you need to download JRE dmg (from oracle website) and re-configure JRE with Eclipse.
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/HomeConfiguring JRE with Eclipse
Go to Eclipse -> Preferences

Preferences.png
Select Java-> Installed JREs -> Add

Installed JRE error Mac OSX eclipse.png
Now Select Standard VM

Select Standard VM.png
Now enter "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home" in JRE Home text field. If the location is correct you will see all JRE system libraries being listed.

Add JRE installation location.png
Click Finish and we are done with it! ..
More Posts related to Mac-OS-X,
- How to Setup maven on Mac OS X
- vi undo redo command [Examples]
- Hide files and folders on Mac OS X
- Spell check not working in Gmail : Mac OS X
- Transfer files between Android and Mac OS X using usb cable
- How to enable Do Not Disturb mode for Notification Center in Mac OS X 10.10 Yosemite
- Find the location of Spotlight searched file
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner
- [Mac] To open Eclipse you need to install the legacy java se 6 runtime
- Create a large dummy file using Mac OS X terminal command
- Java location in Mac OS X
- Take Screenshot on Mac OS X (Keyboard Shortcuts)
- How to Stop Photos App from auto loading when device connected to the Mac
- Pdf Text to Speech option in Mac OS X Preview App
- Remove Applications from Startup Mac OS X
- Install Apache Tomcat ver 8 on Mac OS X Yosemite 10.10
- Safari appends .html extension to files that are downloaded
- Mac OS X Taking Screen Capture using Terminal
- 4 Open Source SQLite Editor for Mac OS X , Windows and Linux
- Take Screenshots on Mac OS without Keyboard
- Disable Chrome Notification bell from Mac OS X menu bar
- Google Search Hot Trends Screensaver for Mac OS X
- How to Gzip a file directory on Mac OS X using Terminal Command
- Find Java JRE Installation location Mac OS X
- How to See Hidden Folders and Files on macOS
More Posts:
- How to activate and use Microsoft Teams Together mode - Microsoft
- List of 32 CSS cursors web developers must know about - CSS
- List of jars required for Struts2 project - Java
- How to uninstall pip Python packages - Python
- Run Java Code Every Second - Java
- How to copy file name and path to clipboard in Notepad++ - NotepadPlusPlus
- [Solved] SharePoint Search Internal server error exception - SharePoint
- hibernate.cfg.xml Configuration and Mapping xml Example - Java