JDK configuration tutorial in Linux and linuxjdk configuration tutorial

Source: Internet
Author: User
Tags superuser permission

JDK configuration tutorial in Linux and linuxjdk configuration tutorial
JDK configuration tutorial in Linux

Download JDK from linux

View the local linux version

Command: uname-a: The 64-bit system is displayed.

Download the appropriate jdk version download JDK address: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
After downloading the JDK to the desktop, upload the local file to the server.

Decompress the jdk command as follows:

(1) tar-zxv-f jdk-8u101-linux-x64.tar.gz
(2) mv jdk1.8.0 _ 101 javajdk
(3) cd javajdk
The installation is successful. The path is/usr/local/javaee/javajdk.

Configure Environment Variables
Enter the/etc/profile file under the superuser permission
Add the following red box to vi/etc/profile:

Execute the profile file
Source/etc/profile
Check the newly installed jdk
Java-version

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.