Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse で Java プロジェクトを作成しました。プロジェクトにはpublic static void main(String[] args)メソッドがあります。実行可能な jar にエクスポートしようとすると、作成したプロジェクトが起動構成に含まれていないため、プロジェクトの jar を作成できません。理由はありますか?
public static void main(String[] args)
新しい起動構成を最初から作成してみてください。
Run
Run Configurations...
New
その実行構成を使用して、実行可能な JAR を再度エクスポートしてみてください。