Install eclipse to develop C language program under Linux

Source: Internet
Author: User

One, download jdk

TAR-XVZF jdk-8u45-linux-x64.tar.gz//Unzip and install the JDK

Second, modify the environment configuration variable

Vim/home/woshareliu/.bashrc

Add the following:

Export JAVA_HOME=/HOME/WOSHARELIU/DOWNLOADS/JDK1.8.0_45//Here is the JDK unzip the file address after installation

Export classpath= $CLASSPATH: $JAVA _home/lib: $JAVA _home/jre/lib

Export path= $JAVA _home/bin: $JAVA _home/jre/bin: $PATH

Vim/etc/profile

Add the following:

Export JAVA_HOME=/HOME/WOSHARELIU/DOWNLOADS/JDK1.8.0_45//Here is the JDK unzip the file address after installation

Export classpath= $CLASSPATH: $JAVA _home/lib: $JAVA _home/jre/lib

Export path= $JAVA _home/bin: $JAVA _home/jre/bin: $PATH

Third, download eclipse

1, you can download the Eclipse installation package, then unzip the installation

2, you can also sudo apt-get install eclipse installation

Four, install C language development plug-in

1, you can add plug-ins in eclipse to add ECLIPSE-CDT

2, you can also sodu apt-get install ECLIPSE-CDT

Five, install C compiler gcc/g++

Sodu apt-get Install GCC

Six, restart the system to open Eclipse run, test whether through

Install eclipse to develop C language program under Linux

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.