Linux installation JDK

Source: Internet
Author: User

Jdk1.8:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html


JDK Installation
1. Upload JDK installation files to Linux
There are many kinds of methods, such as mount, share files, FTP, wget, etc., I use the SCP command
SCP jdk-8u131-linux-x64.rpm [Email protected]:/xiaol/software/
2. Login to Linux to enter the/xiaol/software/directory
Cd/xiaol/software/
3. Installing with tar
TAR-ZXVF jdk-8u131-linux-x64.tar.gz
4. Verify that the installation is successful
The jdk1.8.0_131 folder is created in/xiaol/software/after the previous step is completed
Execute the jdk1.8.0_131/bin/directory execution Java file:./java-version
5. Setting Environment variables
Vi/etc/profile
Join:
Export java_home=/xiaol/software/jdk1.8.0_131
Export JRE_HOME=/XIAOL/SOFTWARE/JDK1.8.0_131/JRE
Export classpath=.: $JAVA _home/lib: $JRE _home/lib: $CLASSPATH
Export path= $JAVA _home/bin: $JRE _home/bin: $PATH
6. Re-login detection
Any directory: java-version

Note: If you download the installation file jdk-8u131-linux-x64.rpm in RPM format, you only need to RPM-IVH JDK-8U131-LINUX-X64.RPM can be used, without going to the environment variables, RPM will help us manage, but RPM is not supported by every Linux

Linux installation 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.