First of all, we must go to the official website to download the Linux version of Eclipse.
This example Eclipse Compression pack eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz
This package is in the user's home folder under the download directory.
Go to the download directory, right click and select Open in Terminal.
Then, under terminal commands, switch to the root user.
[Email protected]:~/download $ su root password: [email protected]:/home/he/Download #
Then perform the decompression command, this decompression directly under the/usr/lib directory:
[Email protected]:/home/he/Download # tar zxvf eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz-c/usr/lib
The Eclipse folder appears in the/usr/lib directory when the decompression is complete.
Finally, go to the Eclipse folder and double-click to open Eclipse.
This article is from the "10628473" blog, please be sure to keep this source http://10638473.blog.51cto.com/10628473/1768138
Installation of eclipse under the Ubuntu system