I updated my JRE today 23.06.2012, and after that eclipse will no longer start. When I double click to start up eclipse the splash screen appears like a camera flash and th
Once Java updates are installed on your machine edit the eclipse.ini
file to update the latest jdk location.
In MacOS,
Show Package Contents
.Contents/Eclipse
.eclipse.ini
file.-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home/jre/bin
to point to the latest.eclipse.ini
.Now start Eclipse application and the error got fixed.