5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

centos6.5 yum install java1.7

Posted at

忘れないため、メモります。

1. yumでインストールできるjdkを調べる

$ yum list | grep jdk

2. インストール

$ yum install java-1.7.0-openjdk-devel.x86_64

3. 確認

$ java -version

お疲れ様でした♪

5
6
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
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?