Build Elicpse in 64-bit UbuntuLinux environment

Source: Internet
Author: User
Build Elicpse in 64-bit Ubuntu tulinux environment I. System version I. Linux system version I. Linuxversion3.2.0-26-generic (buildd @ batsu) (gccversion4.6.3 (Ubuntu/Linaro4.6.3-1ubuntu5) # release...
Build Elicpse in 64-bit Ubuntu tulinux environment I. System version I Linux system version Linuxversion 3.2.0-26-generic (buildd @ batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5 )) # 41-Ubuntu SMP Thu Jun 14 17: 49: 24UTC 2012 Linuxversion 3.2.0-26-generic # 41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012x86_64 x86_64 x86_64 GNU/Linux summary: 64-bit 3.2.0 UbuntuLinux System II. download 1. for the software package of the JREJREJava runtime environment: http://java.com/zh_CN/download/linux_manual.jsp?locale=zh_CN Download the jre-7u5-linux-x64.tar.gz www.2cto.com 2. Eclipse software: http://www.eclipse.org/downloads/ Download the Eclipse IDE for C/C ++ developerssoftware release, that is, eclipse-cpp-juno-linux-gtk-x86_64.tar.gz 3. Installation 1. JRE installation steps: 1. use the command sudo-su root to manage the root user. 2. decompress jre-7u5-linux-x64.tar.gz in the/usr/javadirectory and run the command: tar zvxf jre-7u5-linux-x64.tar.gz 3. modify the profile in the/etc directory and add the following three sentences. ExportJAVA_HOME =/usr/java/jre1.7.0 _ 05 exportPATH = $ JAVA_HOME/bin: $ PATH exportCLASSPATH = $ JAVA_HOME/lib: $ CLASSPATH: configure the JAVA runtime PATH, the path of the JAVA library. In short, the parameter configuration of the JAVA Runtime Environment. 4. Be sure to restart the machine and run the java-version command to test whether the JRE has been installed. Run the java-version command. the following prompt is displayed, indicating that the JREJava runtime environment is correctly installed. Javaversion "1.7.0 _ 05" Java (TM) SE Runtime Environment (build 1.7.0 _ 05-b06) JavaHotSpot (TM) 64-Bit Server VM (build 23.1-b03, mixed mode) decompress www.2cto.com to obtain the Eclipse folder and go to the directory for execution. /if the following error message appears in eclipse:
It indicates that there is no Java runtime environment on the current Linux machine, and JRE (Java Runtime Environment) or JDK (Java Development Kit) needs to be installed ). 4. conclusion: you need to install the JRE (Java Runtime Environment installation package) and the Eclipse application software. Remember to install the Java Runtime Environment installation package and restart the machine for the configuration to take effect. Author littletigerat
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.