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 3 years have passed since last update.

Eclipse 2021-06 に relaunch (Java Applicationの再起動) ボタンを設置する

Posted at

概要

Eclipse 2021-06 には、デフォルトでは、 Java Application の再起動をするツールバーボタンがないので、それを設置する方法です。
image.png
↑↑↑ 再起動(relaunch)ツールボタン は デフォルト↓↓↓ では無い
image.png

Spring (Boot) つかってるなら STS が便利

  • Eclipse STS(Spring Tool Suite) を導入すると、 再起動ボタン をつかえるようになる
  • Springじゃなくても、通常の Java Application の 再起動 ももちろんできる

Eclipse STS のインストール方法

  • Eclipseの上部メニューから Help > Eclipse Marketplace を選択する
    image.png

  • Find: のところに 「spring tool suite」と入力して Goボタン を押す
    すると、 Spring Tool Suite がみつかるので、右下にある Install ボタンを押してインストールする
    image.png

  • 画面に従ってインストールを終える
    image.png

  • これで、 再起動ボタン(relaunchボタン) がつかえるようになった

image.png

まとめ

  • 本稿では Eclipse STS をいれると、通常の Java Application の再起動もできる、relaunchボタンを設置できることを確認しました。
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?