I\'m having issue with running my Eclipse with the following config:
eclipse.ini
-startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --
Try to open eclipse.ini and replace
-Xmx1024m
with
-Xmx512m
My java version is 1.7 as you can see below
-Dosgi.requiredJavaVersion=1.7
so i didn't modify that parameter.
This worked for me ;-)