Install Eclipse manually in Linux Shell Environment
PC environment: CentOS 6.5
Eclipse version: eclipse-jee-kepler-SR2-linux-gtk-x86_64.tar.gz
(; Http://www.eclipse.org/downloads/download.php? File =/technology/epp/downloads/release/kepler/SR2/eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz)
If JDK has been installed, the following describes the installation steps.
1. Use su to switch to the root mode or add sudo before each of the following commands.
2. Decompress eclipse
Tar-xvzf eclipse-jee-kepler-SR2-linux-gtk-x86_64.tar.gz-C/opt
Note: (1) the file name to be decompressed varies according to the downloaded version. (2) use-C to switch the target address to/opt. The target address can be freely changed, but it is recommended to use/opt.
3. Change the current path
Cd/opt
4. Change eclipse-related Permissions
Chmod-R + r/opt/eclipse
Touch/usr/bin/eclipse
Chmod 755/usr/bin/eclipse
5. Add scripts started from shell
Vi/usr/bin/eclipse
Write the following content to the file and save it.
#! /Bin/sh
Export ECLIPSE_HOME = "/opt/eclipse"
$ ECLIPSE_HOME/eclipse $ *
6. After the configuration is complete, enter the eclipse command on the shell side to start the program and set the workspace.
Install Java 8 and Eclipse 14.04 on Ubuntu 4.4 LTS
Hadoop Eclipse plug-in compilation and installation 1.2.0
Compile Hadoop plug-in Eclipse
Hadoop 1.2.1 compile Eclipse plug-in
Install JDK and Eclipse for C/C ++ in Ubuntu 13.10 (solving global menu problems)
How to install the latest Eclipse version in Ubuntu 14.04
This article permanently updates the link address: