UBUNTU14 environment, download through Apt-get oracle-java8

Source: Internet
Author: User

1, installation jdk1.8(1) Download oracle-java8 via Apt-get, first of all,Add a PPA source, equivalent to adding a software warehouse

sudo add-apt-repository Ppa:webupd8team/java

sudo apt-get Update

sudo apt-get Install Oracle-java8-installer

Installed by default under/USR/LIB/JVM


 # if it is root, you do not need to add sudo or error

The post-installation directory is as follows:

 (2)after the installation is complete, set the environment variableinput vim ~/.BASHRC,add at the end of the file
Export Java_home=/usr/lib/jvm/java-8-oracle Export Jre_home=${java_home}/jre Export Classpath=.:${java_home}/lib:${jre_home}/lib

Export Path=${java_home}/bin: $PATH

#vim使用方式 : You need to press "I" to switch to insert mode, press "ESC" to exit the insert mode, edit, press ":", and enter Wq, return. Save the environment variable, exit the editor, enter the command to make it valid source ~/.BASHRC , enter env command to see if the settings are successful ( note the corresponding user ) (3) Java-version View the version of Java installed


Installation Complete!!!

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

UBUNTU14 environment, download through Apt-get oracle-java8

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.