Latest News

the latest news from our team

Options to the Java Runtime

Options to the Java runtime (an example is listed below) need to be placed on the command line between the Java command and the “-jar Run.jar” parameter. Anything listed after Run.jar is used as a parameter to Run.jar and the classes it loads (Director, Composer, Server Manager, etc.). For example:

java -mx1024M -ms256M -jar Run.jar /minisoft com.minisoft.Check

The parameters “-mx1024M” and “-ms256M” affect the Java runtime.

The parameters “/minisoft” and “com.minisoft.Check” are passed to Run.jar

Leave a Reply

Your email address will not be published. Required fields are marked *