Many friends who like programming do not like to use Windows to write programs, although visual programming but the relatively cumbersome operation, so only installed on the computer Linux system, then we will install the Java EE Programming tool eclipse in Linux method.
First we download a Linux version of the installation package on the Eclipse website, and of course the final format after the download should be. tar.gz format, then we'll install the installation package next.
First we enter: Tar xzvf eclipse-inst-linux64.tar.gz
This installs the package to unzip completes, after decompression will create a Eclipse-installer folder in the current directory, then we enter this installs the package
After entering, we use LS to navigate through the files inside.
Of course, if we enter./configure words will be error, then that is to say that the software installation is not in accordance with the general Decompression (TAR) compilation (./configure) installation (make) to do, then this time we choose to install, we enter directly. Eclipse-inst, I found out a few more. A following interface appears
Then we directly follow the installation method of Windows Eclipse to install just fine, directly choose Java EE installation is OK, wait a while to install successfully, can directly click on the launch start, so that Eclipse installation is complete.
Centos7 Installing the Eclipse method