How to setup Main class in manifest file in jar produced by NetBeans project

前端 未结 10 1810
我在风中等你
我在风中等你 2020-11-29 10:25

I have the following problem. I have a Java project in my NetBeans IDE 6.8. When I compile it and it produces a .jar file containing everything possible, the META-INF is not

10条回答
  •  失恋的感觉
    2020-11-29 10:51

    In 7.3 just enable Properties/Build/Package/Copy Dependent Libraries and main class will be added to manifest when building depending on selected target.

提交回复
热议问题