I have Eclipse (Kepler) installed on OS X and updated recently to Maverick. Since then I didn\'t start Eclipse. Yesterday I did and it told me that there are update available. I
I solved this problem by changing the eclipse.ini file. I changed from this value
-vmargs -Dosgi.requiredJavaVersion=1.6
to this value.
-vmargs -Dosgi.requiredJavaVersion=1.7
But of course you must have jdk 7 installed previously.