Installation and use of Eclipse under Linux system
When we were working on top-level development, we were using eclipse under Windows, so if it was a Linux application development, you would have to install eclipse in Linux for C/s + + development, and now it's going to run in a Linux interface system. I've re-installed a CentOS6.3 with an interface.
First open the browser, find the JDK's official website, download the Linux JDK8 GZ package
I won't show you this download process, then open Eclipse's website and download the eclipse C + + version
Download good, then two GZ package
Unzip the JDK (the decompression process does not show)
Copy this extracted directory to/usr/local/.
Then configure the environment variable/etc/profile
Join the two lines
Then source/etc/profile let the configuration file take effect immediately.
Finally, use Java-version to view the Java version
The above JDK is ready for installation.
Unpack the eclipse's GZ package below
Enter eclipse after extracting
Then./eclipse Start Eclipse
See the interface we're familiar with.
Then new A C project (also available for Java projects), select:
Select the Autotools with
Open and then see the directory structure of the file, very familiar with it, here is the Autotools tool environment
Other uses are similar to Windows.
Run, debug, and so on.
Well, Linux under the Eclipse installation and use of the summary here, if there is a problem, please correct me, thank you.
Using Eclipse 4.4, Java 8, and WTP http://www.linuxidc.com/Linux/2016-04/129821.htm in Ubuntu 15.04
Ubuntu 16.04 Install Eclipse http://www.linuxidc.com/Linux/2016-07/133482.htm
Ubuntu 14.04 LTS installs Java 8 and Eclipse 4.4 http://www.linuxidc.com/Linux/2014-11/109217.htm
Hadoop Eclipse plugin compiled and installed 1.2.0 http://www.linuxidc.com/Linux/2013-07/87428.htm
Hadoop plug-in compilation in Eclipse http://www.linuxidc.com/Linux/2013-04/83295.htm
Hadoop 1.2.1 Compiling Eclipse plug-ins http://www.linuxidc.com/Linux/2013-10/91666.htm
How to install the latest version of Eclipse http://www.linuxidc.com/Linux/2014-08/105090.htm in Ubuntu 14.04
Eclipse Detailed description : please click here
Eclipse : Please click here.
Installation and use of Eclipse under Linux system