How to create executable .jar file with netbeans

前端 未结 6 555
无人共我
无人共我 2021-01-18 08:33

I\'d like to make \"double-click\" cli application but still don\'t get how. I know I should propably somehow edit manifest but that is all. I googled ofc. but no success. T

6条回答
  •  臣服心动
    2021-01-18 09:00

    It's easier to make a .exe from a .jar without netbeans. Here are my suggestions: 1. Use a special application for this(ex: JSmooth, JEXECreator etc) 2. Make a C++ program that starts a JVM (see this tutorial)

提交回复
热议问题