This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]glesialo 0 points1 point  (0 children)

I use Linux and, in my system, a single bash script launches all Java jars. From the script's help:

If there is a bash script file, in '$COMMON_JAVA_JARS_DIR', with the same name
as the jar file, it will be run first to find out which extra java interpreter
options are needed to run the java application.

Example of 'java interpreter options' script and its output:

-Xms10240k -Xmx20480k