Commit 2440e05c authored by Andy Wilkinson's avatar Andy Wilkinson

Document startup script's support for JAVA_OPTS

Closes gh-3808
parent d3575331
...@@ -439,6 +439,9 @@ the default behavior in a script or on the command line: ...@@ -439,6 +439,9 @@ the default behavior in a script or on the command line:
|The location of the `java` executable is discovered by using the `PATH` by default, but |The location of the `java` executable is discovered by using the `PATH` by default, but
you can set it explicitly if there is an executable file at `$JAVA_HOME/bin/java`. you can set it explicitly if there is an executable file at `$JAVA_HOME/bin/java`.
|`JAVA_OPTS`
|Options that are passed to the JVM when it is launched.
|`JARFILE` |`JARFILE`
|The explicit location of the jar file, in case the script is being used to launch a jar |The explicit location of the jar file, in case the script is being used to launch a jar
that it is not actually embedded in. that it is not actually embedded in.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment