0
0

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.

JAVAを最新版に1.8.0_144にアップデートする(ウェブからダウンロードして更新する場合)

Last updated at Posted at 2017-08-15

全オペレーティング・システム用のJavaのダウンロードからダウンロード

OSを選択して、インストーラーをDL。手順に従えば最新版に更新できる。

qiita.png

インストーラを起動する。

qiita.png

画面の手順に従いインストールする。

Windows Power Shell (または コマンドプロンプト)を起動し、『java -version』と入力する。

下記の様に出力される。目的のjava versionになっていれば成功。

--
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) Client VM (build 25.144-b01, mixed mode)

--

qiita.png

Java SE Development Kit 8 Downloads

qiita.png

Java SE Development Kit 8u144 も併せてDLしてインストール。
jdk-8u144-windows-x64.exe (環境に合わせてダウンロードするファイルは異なります。)

インストールの状況は下記のようになっていればOK。

qiita.png

以上

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?