LoginSignup
15
20

More than 5 years have passed since last update.

UbuntuにOracle JDK8をインストール

Posted at

まず服を脱ぎます次の三つのコマンドを実行します。

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

そして、インストールしたいバージョンによって次のいずれかのコマンドを実行します。

Oracle JDK 6

sudo apt-get install oracle-java6-installer

Oracle JDK 7

sudo apt-get install oracle-java7-installer

Oracle JDK 8

sudo apt-get install oracle-java8-installer

最後にターミナルでjava javacを試して正しく動いていればOK

15
20
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
20