문제

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