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,
- Pdf Text to Speech option in Mac OS X Preview App
- vi undo command
- Hide files and folders on Mac OS X
- Java location in Mac OS X
- Mac OS X Error: Could not create the Java Virtual Machine
- How to take Screenshots on Mac OS X without Keyboard
- Save webpage as pdf in Google Chrome for Mac OS X
- Safari appends .html extension to files that are downloaded
- How to See Hidden Folders and Files on Mac OS X
- How to Gzip a file directory on Mac OS X using Terminal Command
- osascript wants to make changes while Android Studio Installation on Mac OS X
- Find Java JRE Installation location Mac OS X
- Mac OS X Taking Screen Capture using Terminal
- How to Stop Photos App from auto loading when device connected to the Mac
- How to Setup maven on Mac OS X
- How to enable Do Not Disturb mode for Notification Center in Mac OS X 10.10 Yosemite
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner
- Kill or force quit stuck application or process in Mac OS X
- Turn on off volume change button sounds Mac OS X
- 4 Open Source SQLite Editor for Mac OS X , Windows and Linux
- Location of eclipse.ini file on Mac OS X
- Disable Chrome Notification bell from Mac OS X menu bar
- Google Search Hot Trends Screensaver for Mac OS X
- Transfer files between Android and Mac OS X using usb cable
- [Solved] Dynamic Web Module 3.0 requires Java 1.6 or newer Mac OSX
More Posts:
- How to make TextView Text Transparent [Android] - Android
- JSON Nest Objects Example: JSON Tutorial - Json-Tutorial
- Google translate in spreadsheet - Google
- SharePoint update append Required Field to display name of mandatory columns - SharePoint
- How to make a div tag clickable - Html
- Restore deleted Office 365 SharePoint group site - SharePoint
- Android : Neither user 10085 nor current process has android.permission.ACCESS_NETWORK_STATE - Android
- Android-Failed to install apk on device EOF Timeout Error - Android
- HTML5 HELLO WORLD Example - Html
- Calculate Area of Square - C-Program
- How to get the Android OS installed version programmatically - Android
- List of Eclipse IDE Versions and future releases : Mars and Neon - Eclipse
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater - Eclipse
- How to Generate Self-Signed OpenSSL certificate in three easy steps - HowTos
- Change Title text for Android Activity using java code - Android