How can user change the jre parameter values after the exe is generated in Launch4j?

Posted by Wing C. Chen on Super User See other posts from Super User or by Wing C. Chen
Published on 2010-05-06T11:44:27Z Indexed on 2010/05/06 11:48 UTC
Read the original article Hit count: 341

Filed under:
|
|
|

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.

© Super User or respective owner

Related posts about flag

Related posts about java