To open “Eclipse” you need to install the legacy Java SE 6 runtime
I just encountered this in another Eclipse-based app on Yosemite and figured out (with help from the references below) how to get the app running without installing the legacy Java SE 6 JRE. Here are the steps in case it helps other devs get Eclipse working. PRECONDITIONS $ sw_vers -productVersion 10.10.1 $ java -version java … Read more