How to install JAVA JDK1.6 in Linux

Source: Internet
Author: User

1. Download java.sun.com

Jdk-6u2-linux-i586-rpm.bin files

Ii. Running

Sh jdk-6u2-linux-i586-rpm.bin

Press enter multiple times and then appear

Do you agree to the above license terms? [Yes or no]

Enter yes

3. Edit Environment Variables

$ Gedit ~ /. Bashrc

Add the following five elements:

JAVA_HOME =/usr/java/jdk1.6.0 _ 02

JAVA_BIN =/usr/java/jdk1.6.0 _ 02/bin

PATH = $ PATH: $ JAVA_HOME/bin

CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar

Export JAVA_HOME JAVA_BIN PATH CLASSPATH

Step 4 is required. Otherwise, it always calls the jdk1.4 of FC6.

4. Create a link

# Cd/usr/bin

# Ln-s-f/usr/local/jdk1.5.0 _ 05/jre/bin/java

# Ln-s-f/usr/local/jdk1.5.0 _ 05/bin/javac

Related Articles]

  • JDK installation and configuration
  • Download JDK
  • Install and configure JDK

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.