LoginSignup
7
11

More than 5 years have passed since last update.

Oracle版JDK8 インストール (Ubuntu)

Last updated at Posted at 2015-12-29

本家Oracle版のJava(JDK)をインストールする手順。

インストール

sudo add-apt-repository ppa:webupd8team/java
sudo apt update
sudo apt install oracle-java8-installer

動作確認

java -version
javac -version
7
11
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
7
11