Add user-defined .vmoptions to keep the settings across upgrades

Issue #1137 resolved
Petr Nejedly repo owner created an issue

can pass

-include-options ${APPDATA}\My Application\my.vmoptions

in the .vmoptions file.

https://resources.ej-technologies.com/exe4j/help/doc/help.pdf

Installer must skip overwriting this file (like user-profiles.xml).

Initial installation should try to find existing one and copy current values (of the default .vmoptions file) to it, if there is no user file. Otherwise create an empty file.

Update docs / FAQ to change it to make updates in the new file.

Comments (1)

  1. Log in to comment