Oracle-Java8-Installer: No installation candidate

前端之家收集整理的这篇文章主要介绍了Oracle-Java8-Installer: No installation candidate前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Run the following commands:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update

Then,to install a specific jdk run these:

jdk6:

sudo apt-get install oracle-java6-installer

jdk7:

sudo apt-get install oracle-java7-installer

jdk8:

sudo apt-get install oracle-java8-installer
原文链接:https://www.f2er.com/oracle/211056.html

猜你在找的Oracle相关文章