Download and install JDK and configuration under Linux_centos

Source: Internet
Author: User

1. Official jdk:http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-linux-x64.rpm


2, Linux under execution:wget-c-p/root/downloads--no-check-certificate --no-cookie--header "cookie:s_nr= 1420682671945; S_cc=true; Oraclelicense=accept-securebackup-cookie; Gpw_e24=http%3a%2f%2fwww.oracle.com%2ftechnetwork%2fjava%2fjavase%2fdownloads%2fjdk7-downloads-1880260.html;s_ sq=%5b%5bb%5d%5d " http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-linux-x64.rpm

3, the establishment of the directory: #mkdir/usr/java

4. Copy the downloaded jdk-8u92-linux-x64.rpm to the/usr/java directory

#cp /root/downloads/jdk-8u92-linux-x64.rpm/usr/java

5. Add executable permissions, and install

# cd/usr/java/

# chmod +x jdk-8u92-linux-x64.rpm

#rpm-IVH jdk-8u92-linux-x64.rpm

6. Configure Environment variables

Enter edit Profile

#vim  /etc/profile  

At the end of the profile file, add the following:
    export  java_home=/usr/ java/jdk1.8.0_91
    Export  classpath=.: $JAVA _home/jre/lib/rt.jar: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar BR style= "LINE-HEIGHT:25.2PX;" >    Export  path= $PATH: $JAVA _home/bin

save and exit.

7, and finally executes the following

#source/etc/profile

Download and install JDK and configuration under Linux_centos

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.