Skip to content

Commit

Permalink
Document the new --launcher.noRestart launcher argument
Browse files Browse the repository at this point in the history
Argument added via eclipse-equinox/equinox#595
  • Loading branch information
dhendriks authored and HannesWell committed Jul 24, 2024
1 parent c8a9965 commit 546c63b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ <h2><a name="commandline"></a>Command line arguments </h2>
<dd>If specified the executable will not display any error or message
dialogs.&nbsp; This is useful if the executable is being used in an
unattended situation.</dd>
<dt>--launcher.noRestart (Executable)</dt>
<dd>If specified, the special handling of exit codes 23 (restart) and 24
(relaunch) is disabled and they are treated as regular exit codes. This can be
useful for non-IDE/command-line applications.</dd>
<dt>--launcher.secondThread (Executable)&nbsp; <span
style="font-style: italic;">MACOSX ONLY</span></dt>
<dd>If specified the executable will create the Java VM on a
Expand Down

0 comments on commit 546c63b

Please sign in to comment.