1
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?

More than 1 year has passed since last update.

Eclipse jarファイルのエクスポート

Last updated at Posted at 2023-02-08

jarファイルの作成

①Eclipseのパッケージエクスプローラの対象プロジェクト名上で右クリックし、「エクスポート」を選択
②「エクスポート」ウィンドウが表示されるので、「Java > 実行可能JARファイル」を選択し、「次へ」ボタンを押下
③「実行可能JARファイル エクスポート」ウィンドウで「起動構成」にmain()メソッドのクラスを指定する
④同ウィンドウで、「エクスポート先」を指定する

jarファイルの実行方法

「java -jar FILE_NAME.jar」
「start FILE_NAME.jar」

参考: https://java.keicode.com/lang/how-to-compile-jar-with-eclipse.php

1
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
1
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?