How can user change the jre parameter values after the exe is generated in Launch4j?
Posted
by Wing C. Chen
on Stack Overflow
See other posts from Stack Overflow
or by Wing C. Chen
Published on 2010-05-07T02:32:37Z
Indexed on
2010/05/07
2:38 UTC
Read the original article
Hit count: 319
Is it possible to change the jre parameter values after the exe file is generated through Launch4j?
The ideal scenario is like this:
The default parameter values are applied when the program is started. However, when the user wants to change some jre parameter values, he goes to a .ini file, MyProgram.ini for example, changes the values there, and the new values will be applied next time the program is started. I think eclipse uses the same way for its memory and some other parameter settings.
© Stack Overflow or respective owner