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.

macOSでjarがダブルクリックで起動しない場合の解決方法

Posted at

Executable Jarではない

unzip jar
cat ./META-INF/MANIFEST.MF 
Manifest-Version: 1.0
Main-Class: practice.Main

jarを解凍して、Manifest.MFを見て、Main-Classが設定されていること。

アプリケーションフォルダ配下にJarを配置していない。

image.png
こちらに配置して、ダブルクリックすれば起動できる。

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?