Installing and configuring Server JRE 8 in CentOS

Source: Internet
Author: User

In fact, it is very simple:

1. Download from http://www.oracle.com/technetwork/java/javase/downloads/server-jre8-downloads-2133154.html

2, here to get a server-jre-8u60-linux-x64.gz, uploaded to the server/usr/local

3, to the directory, run the command: Tar zxvf server-jre-8u60-linux-x64.gz, for decompression. Get a directory with a path of/usr/local/jdk1.8.0_60

4, modify the/etc/profile file, set the Java_home global variable, and add it to the path, add the addition of Classpath

Java_home=/usr/local/jdk1.8.0_60path= $JAVA _home/bin: $PATHCLASSPATH =.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/ Tools.jarexport Java_homeexport Pathexport CLASSPATH

5. Execution order: Source/etc/profile make effective

6. Use the java-version command to detect if the installation is successful

Installing and configuring Server JRE 8 in CentOS

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.