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?

Java(jdk)のパス設定をちょっとだけ楽にする

0
Posted at

対象環境: Windows

なにをする

  1. JAVA_HOMEを設定する (設定済みならスキップ)
    image.png
  2. PathのJavaの位置を %JAVA_HOME%\binにする
    image.png
  3. Pathに古いJavaの項目があれば消しておく
    (自分の環境では3個くらい溜まっていた)

どうなる

  • jdk(java, javac等)がJAVA_HOMEから読み込まれる
    • JAVA_HOMEはMicrosoft Build of OpenJDKをwingetすると良い感じに設定してもらえる
    • 手動や既にインストール済みのJAVA_HOMEでもOK

ひとこと

  • Windows上でのOpenJDKの導入がいつの間にか非常に楽になっていた
  • Path上でのJavaのパス管理をあまり考えなくてよくなった

ありがとうございました。

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?