I recently upgraded my Mac Computer from version 10.10 Yosemite to 10.11 EL Capitan, trying to Open eclipse gave me the following error,
To open "Eclipse" you need to install the legacy java 6 runtime. Click "More info.." to visit the legacy Java 6 download website.
To open eclipse you need to install the legacy java 6 runtime
I already had Java 8 versions installed on my system and did not want to use Java 1.6. There are various ways you can fix this issue, loads of troubleshooting steps available on StackExchange apple and StackOverflow forums, one of them is to edit the plist file of the eclipse, but the simplest way is to download Java 8 for Mac from the website and install it again,
- Click on Eclipse launch icon,
- You will be prompted with the Error with the option "More Info..", Click on it, will lead you to https://support.apple.com/kb/DL1572?locale=en_US
- Click on Download button and Install the javaforosx.dmg
- Now try and open eclipse you should not get any errors!!
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:
- Android SecurityException: Need BLUETOOTH ADMIN permissicacheNameAndAddresson: Neither user 10123 nor current process has android.permission.BLUETOOTH_ADMIN - Android
- java.lang.NoClassDefFoundError android.support.v4.content.LocalBroadcastManager - Android
- Read Text file from SD Card : Android Programming - Android
- Struts2 : java.lang.ClassNotFoundException: org.apache.commons.fileupload.RequestContext - Java
- How to know your Mac Screen Resolution? - MacOS
- BSNL Broadband upgrades speed to minimum 2MBps for all users 512Kbps 1Mbps - HowTos
- Android AlertDialog with 3 buttons example - Android
- How to Disable EditText Keyboard Android App - Android