Some students may want to develop Java programs under Linux, and today I bring you how to install and configure Eclipse.
I really Ubuntu12.04 Lts 64bit installed.
1. Download the corresponding Linux installation package for Eclipse, note whether it is 64bit or 32bit. (: http://www.eclipse.org/downloads/)
2. Go to the Downloads folder, locate the installation package for Eclipse, unzip it with the unzip command, and modify its permissions.
$ sudo tar-zxvf eclipse*.tar.gz $ sudo chmod 777-r eclipse
3. Extract the Eclipse folder to copy to the/usr/local/directory
$ sudo cp-r eclipse/usr/local
4. Create a desktop shortcut, create a new document on the desktop, name Eclipse.desktop, and then double-click, eh? Can't open it? Right-click Terminal on the desktop, enter the command
$ sudo gedit eclipse.desktop
And then copy the following code in.
Then Ctrl+s save.
Do you find that the desktop has more of your eclipse icon, OK, double-click the icon to try, is it open? All right, the mission is over.
Linux under Installation configuration Eclipse