LoginSignup
2
2

More than 5 years have passed since last update.

Ubuntuへのjavaインストール

Posted at

Lubuntu 15.04にOpen JDKをインストールしてみた。
下記のコマンドを実行。
sudo apt-get install openjdk-8-jdk

続いて JAVA_HOMEの設定。
下記のURLによると、/etc/environmentを書き換えるらしい。本当か? とりあえずやってみる。
http://askubuntu.com/questions/175514/how-to-set-java-home-for-openjdk

/etc/environmentにJAVA_HOMEを追加。sourceコマンドを実行して echo $JAVA_HOME。
確かに追加されているようだ。

2
2
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
2
2