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 1 year has passed since last update.

VisualStudioCode でJava開発(設定)

Last updated at Posted at 2023-02-11

Visual Studio CodeでJava用のエクステンションがアップデートされたとのことだったので
試してみました。(Mac環境)
https://atmarkit.itmedia.co.jp/ait/articles/2302/06/news036.html


どのJDKを使うか悩みましたが、以下を使いました。

JDKインストール

image.png

image.png


VSCにExtensionをインストール

こちらの手順を参考に実施
https://code.visualstudio.com/docs/languages/java

JavaCodingPack-0.4.1.zip

image.png

image.png

インストール済みのJDKとVSCを認識。Extensionのみインストール。

image.png


Javaのコード、実行

javaファイル作成
image.png

javaファイルを作成時点でClass宣言されている!
image.png

maといった時点で補完がきき、選択することでmainメソッド作成
image.png

Runをクリック
image.png

実行できました。使いやすい。


次は以下を試そうと思います。
https://code.visualstudio.com/docs/java/java-spring-boot

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?