How can I create a JAR/exe of a Java project?

后端 未结 3 2104
青春惊慌失措
青春惊慌失措 2020-12-20 00:46

I have developed a project in Java using NetBeans 6.1. I need to add two third party JARs to it and 2 license files in a JDK/JRE/bin location.

Now I want it to distr

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-20 01:28

    You can use JSmooth for creating Windows .exe files (user manual is here). Or you can make your deployed JAR file executable by adding some manifest options (tutorial for Eclipse).

提交回复
热议问题