Install Netbeans on CentOS5

Source: Internet
Author: User
Tags netbeans
Install Netbeans-Linux Enterprise Application-Linux server application on CentOS5. For more information, see. 1. Install JDK 6

Sudo chmod _ x jdk-1_5_0_06-linux-i586.bin
Sudo./jdk-1_5_0_06-linux-i586.bin

2. Configure Environment Variables

Edit the/etc/profile file

Add the following content:
Export JAVA_HOME =/opt/jdk1.6.0
Export JRE_HOME =/opt/jdk1.6.0/jre
Export CLASSPATH =.: $ JAVA_HOME/lib: $ JRE_HOME/lib: $ CLASSPATH
Export PATH = $ JAVA_HOME/bin: $ JRE_HOME/bin: $ PATH

3. restart the system

4. run java-version to verify the JDK version.

5. Install netbeans (5.5 and 6.0 are installed in the same way)

Sudo chmod + x netbeans-5_5_1-linux-zh_CN.bin
Sudo./netbeans-5_5_1-linux-zh_CN.bin

Follow the prompts in the graphic interface to complete the installation.

6. Install netbeans-c ++

Sudo chmod + x netbeans-c ++-5_5_1_u1-linux-zh_CN.bin
Sudo./netbeans-c ++-5_5_1_u1-linux-zh_CN.bin

Follow the prompts in the graphic interface to complete the installation.
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.