Configuring JDK under Linux (tar.gz)

Source: Internet
Author: User

1. Use WINSCP to store the JDK compression package in/usr/local/.

2. The file cannot be installed with the RPM-IVH command because it is a compressed package file.

In the console, enter the tar XZVH jdk1.8.0_60 command to extract the JDK files into the current folder.

3. Configure Environment variables:

After you run the profile on the console input command Vi/etc/profile, add the following at the bottom of the file:

Export Java_home=/usr/local/jdk1.8.0_60 (modified based on JDK version and JDK storage location)

Export path= $JAVA _home/bin: $PATH

Export classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar

4. The console runs source/etc/profile to make the configuration environment effective.

5. Run java-version to check if the JDK is configured successfully:

, the JDK is configured successfully.

Configuring JDK under Linux (tar.gz)

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.