Document startup script's support for JAVA_OPTS

Closes gh-3808
pull/4054/head
Andy Wilkinson 9 years ago
parent d357533105
commit 2440e05cc4

@ -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
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`
|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.

Loading…
Cancel
Save