option

Set parameters for java vm


Introduction

The configure item 'option' is used to set parameters for java vm.

You can set a java vm parameter with "-X", "-XX", or define a System Property with "-D". For example:

option -Xmx1400m
option -Dhello.string=Hello

You can use a placeholder to refer to the System environment variables, for example:

option -Dpath.string=$PATH

Configure Assistant

Some java vm parameters and System Properties can be set by the help of Configure Assistant.

 

Add new comment