0
1

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.

jdk環境変数の設定

Posted at

jdkをインストールした後、環境関数の設定を行うことが必要です。
1、PC->プロパティ
image.png

2、システムの詳細設定->環境変数
image.png

3、新規「JAVA_HOME」、値はインストールパスです。OK
image.png

4、環境変数「Path」について、編集します。
下図の2つの値を追加します。
image.png

5、新規変数「CLASSPATH」、値は「.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar」に設定します。(一番前に.があります、注意してください)
image.png

6、cmdに「java -version」を実行します。
下図のようにバージョンを出てきますと、環境変数の設定が成功ということです。
image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?