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?

[環境変数]javacコマンドが認識しない対処

Posted at

jdkをインストールしたのち、コマンドプロンプトで①「java」と②「javac」コマンドの導入確認をまとめる。

①javaコマンドは、システム環境変数「JAVA_PATH」を作成、パスをjdkの実行環境に設定する。
1.png

②javacコマンドは、上記①配下「bin」内にあるjavac.exeのパスを環境変数「path」に追加する。
2.png

これで、①②の導入環境が表示される=Javaのコンパイルが楽にできるようになったことになる。
3.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?