View | Details | Raw Unified | Return to bug 149994 | Differences between
and this patch

Collapse All | Expand All

(-)reference/misc/runtime-options.html (+11 lines)
Lines 107-112 Link Here
107
-XX:MaxPermSize=<value> vm argument.  The executable is not
107
-XX:MaxPermSize=<value> vm argument.  The executable is not
108
capable of detecting Sun VMs on all platforms.<br>
108
capable of detecting Sun VMs on all platforms.<br>
109
  </dd>
109
  </dd>
110
  <dt>--launcher.appendVmargs (Executable)</dt>
111
  <dd>If specified, any VM arguments on the commandline will be appended
112
  to any VM arguments specified in the launcher .ini file.
113
  <span style="font-weight: bold;">Using this option is recommended</span>
114
  in every launcher .ini file that specifies VM arguments, because the 
115
  default behavior of overriding VM arguments can have unexpected side-effects.</dd>
116
  <dt>--launcher.overrideVmargs (Executable)</dt>
117
  <dd>If specified on the commandline, overrides the effect of
118
  --launcher.appendVmargs in a launcher .ini file such that none 
119
  of the VM arguments in the .ini file are considered as soon as
120
  a -vmargs option is detected on the commandline.</dd>
110
  <dt>-name &lt;string&gt;</dt>
121
  <dt>-name &lt;string&gt;</dt>
111
  <dd>The name to be displayed in task bar item when the application starts up. When not set, the name is the name of the executable.</dd>
122
  <dd>The name to be displayed in task bar item when the application starts up. When not set, the name is the name of the executable.</dd>
112
  <dt>-nl &lt;locale&gt; (OSGi)</dt>
123
  <dt>-nl &lt;locale&gt; (OSGi)</dt>

Return to bug 149994