3
3

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.

Maverics(Mac OS X 10.9)でJava7をインストールする

Posted at

http://www.oracle.com/technetwork/java/javase/downloads/index.html
ここからJDKのダウンロードを選択、Mac用のdmgをダウンロードする。

スクリーンショット 2014-02-01 21.06.50.png
あとは普通にインストールしていくだけ。

インストール確認はコマンドで。
javajavacあたりが確認できれば問題ないでしょう。

$ java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)

$ javac -version
javac 1.7.0_51
3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?