When using an executable JAR file, I have run into some issues related to memory and language.
To work around the memory issue and language issue, I have found that any required values can be preset by setting the _JAVA_OPTIONS environment variable on that specific machine.
_JAVA_OPTIONS=-Xms128m -Xmx256m -Duser.language=en
Instead of having to visit each and every possible client, is it possible to set the configuration within the executable JAR file so that when the JAR is execute, it is done so using the specific configuration?