How to install Eclipse J2EE IDE from a tarball?
- by Silambarasan
I have downloaded Eclipse 3.6.1 as a tar.gz file from eclipse site. Then I extract using
cmd: tar -zxvf eclipse-jee-helios-SR1-linux-gtk.tar.gz
after execute this cmd I got eclipse folder in this there is eclipse file. When I double click on this eclipse file I'm getting following error:
Could not display "/media/D-DEVELOPME/eclipse/eclipse".
There is no application installed for executable files
is there any solution for it?