Jdk linux Installation Process

Source: Internet
Author: User

I. Installation

Create the installation directory, create the installation path under/usr/java, and obtain the file to this path:

# Mkdir/usr/java

 

1. jdk-6u11-linux-i586.bin this is a self-extracting file, installed on linux as follows:

# Chmod 755 jdk-6u11-linux-i586.bin

#./Jdk-6u11-linux-i586.bin (note that this step must be in the directory where the jdk-6u11-linux-i586.bin is located)

After entering yes as prompted, jdk is decompressed.

A line appears: Do you aggree to the above license terms? [Yes or no]

The installer asks if you are willing to comply with the license agreement you just saw. Of course you have to agree. Enter "y" or "yes" and press Enter.

2, if the use of jdk-6u11-linux-i586-rpm.bin this is also a self-extracting file, but after decompression of the file is a jdk-6u11-linux-i586-rpm package, run the rpm command installed on linux can be. The installation is as follows:

# Chmod 755./jdk-6u11-linux-i586-rpm

#./Jdk-6u11-linux-i586-rpm. bin

# Rpm-ivh jdk-6u11-linux-i586-rpm

 

A line appears: Do you aggree to the above license terms? [Yes or no]

The installer asks if you are willing to comply with the license agreement you just saw. Of course you have to agree. Enter "y" or "yes" and press Enter.

The installation software automatically installs JDK under the/usr/java/directory.

Ii. Configuration
# Vi/etc/profile

Add the following content to it:

Export JAVA_HOME =/usr/java/jdk1.6.0 _ 27

Export JAVA_BIN =/usr/java/jdk1.6.0 _ 27/bin

Export PATH = $ PATH: $ JAVA_HOME/bin

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

Export JAVA_HOME JAVA_BIN PATH CLASSPATH

To make the/etc/profile file take effect immediately after modification, run the following command:

#./Etc/profile

Note: There are spaces between. and/etc/profile.

 
Restart Test

Java-version

Screen output:

Java version "jdk1.6.0 _ 02"
Java (TM) 2 Runtime Environment, Standard Edition (build jdk1.6.0 _ 02)
Java HotSpot (TM) Client VM (build jdk1.6.0 _ 02, mixed mode)

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.