문제

In the launch4j configuration for my Java application I have set values for the min. and max. heap size. This works fine, however, for some users it makes sense to override these parameters with other values. Is it possible with launch4j to have "default" settings for the min. and max. heap size, but still allow the user to override these settings via command line parameters?

도움이 되었습니까?

해결책

You can specify memory settings in an .ini file next to the executable, however this will only work if you don't already specify memory inside the launch4j configuration.

http://launch4j.sourceforge.net/docs.html#Runtime_options

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top