I'm new to Launch4j. By default, it "wraps" the jar, but there is a checkbox that reads "Dont't wrap the jar, launch only".

When should I check this box? When should I not check this box?

有帮助吗?

解决方案

The only difference is that when you check this option, the jar file is not packaged inside the generated executable file, and it needs the jar file next to it.

So you should not check the box if you want to hide the jar to your users and have a single executable file, and you should check it if you are willing to keep the executable file and the jar file separated (if you want to update the jar file without re-generating the executable for instance).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top