For details about how to install jdk in linux, see linuxjdk.

Source: Internet
Author: User

For details about how to install jdk in linux, see linuxjdk.

To install jdk in Linux, download and unzip the installation package and configure environment variables. The steps are as follows:

1. Download the jdk. tgz installation package of the corresponding number and version from the Oracle official website.

2. upload files to the installation directory through xftp

3. decompress the package in the installation directory.

Tar-xzvf jdk-** .tar.gz

4. Modify the profile file

Vim/etc/profile

Add the following content:

JAVA_HOME =/usr/java/jdk1.8.0 _ 60 CLASSPATH = $ JAVA_HOME/lib/PATH = $ PATH: $ JAVA_HOME/bin

Export PATH JAVA_HOME CLASSPATH

Note: "/usr/java/jdk1.8.0 _ 60" is the jdk installation directory.

5. Execute the command to make the configuration take effect immediately

Source/etc/profile

6. Test the installation result

Java-version

Javac-version

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.