1) Extract the Zip file in a folder. (/home/sumon/Eclipse.)
2) Go to the directory where the Eclipse executable file is exist.
3) ./eclipse
4) If you get an error
http://pastebin.com/UZGXYfWD
5) vi /home/sumon/Eclipse/eclipse.ini
add the line at the end of the file. Before add the line, check if the folder is located in the location /usr/lib/xulrunner-1.9.2/ or not.
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.2/
The final eclipse.ini looks like this
http://pastebin.com/siZxD4u5
6) ./eclipse.
I hope the problem will solve.