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開発環境構築(その2)

Posted at

~統合開発環境(IDE)をインストール~

はじめに

前回の記事の続きになります。

開発環境

  • OS: Windows 11
  • IDE: Visual Studio 2022(17.9 以降)
  • .NET: 8.0
  • Google Play Console を使用

ダウンロード

公式サイトへアクセスし「Download x86_64」を選択します。
image.png

インストーラーを起動し「Eclipse IDE for Enterprise Java and Web Developers」を選択します。
image.png
画面に沿ってインストールする。

エクリプス起動

エクリプス起動後にしたような画面が表示されます。
image.png

画面の選択肢の意味

  • Exclude Eclipse IDE from being scanned to improve performance.
     Eclipse IDEをDefenderのスキャン対象から除外する
     → 起動や動作が少し速くなる可能性がある。

  • Keep Eclipse IDE being scanned by Microsoft Defender.
     Eclipse IDEをDefenderのスキャン対象に含めたままにする
     → 通常のセキュリティレベルを維持。ごくまれにパフォーマンス低下の要因になる場合もあります。

今回はセキュリティを優先します。

おわりに

これで総合開発環境(IED)のインストール手順を終わります。
次回はtomcatサーバーのダウンロードと設定について書いていきます。

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?