Eclipse Kepler auto exit on loading workbench with error
Try to start with an empty workspace or a fresh Eclipse installation. If they work, you can reimport the contents of your workspace and transfer the installed plugins (File > Export... > Installed Software Items, then Import).
Just do this
rm -fr /worksapce/.metadata/.plugins/or.eclipse.e4.workbench/workbench.xmi
and then restart eclipse.
Solved when I delete ".\workspace.metadata.plugins\org.eclipse.e4.workbench"
folder.
Follow this.