Install Java 8 Ubuntu

Posted 每天更强一点...

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Java 8 Ubuntu相关的知识,希望对你有一定的参考价值。

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get -y update

sudo apt-get -y install oracle-java8-installer


sudo vim /etc/environment

Add this at the end of the file

JAVA_HOME="/usr/lib/jvm/java-8-oracle"

source /etc/environment



以上是关于Install Java 8 Ubuntu的主要内容,如果未能解决你的问题,请参考以下文章