Skip to content

Commit d4b15d9

Browse files
author
Glyn Normington
committed
Merge 52116083-java-main-args to master
[#52116083]
2 parents be90e10 + 06a460f commit d4b15d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/container-java-main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The container can be configured by modifying the [`config/main.yml`][main_yml] f
2222

2323
| Name | Description
2424
| ---- | -----------
25-
| `arguments` | Optional command line arguments to be passed to the Java main class.
25+
| `arguments` | Optional command line arguments to be passed to the Java main class. The arguments are specified as a single YAML scalar in plain style or enclosed in single or double quotes.
2626
| `java_main_class` | The Java class name to run. Values containing whitespace are rejected with an error, but all others values appear without modification on the Java command line. If not specified, the Java Manifest value of `Main-Class` is used.
2727

2828

docs/framework-java_opts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The framework can be configured by modifying the [`config/java_opts.yml`][java_o
1919

2020
| Name | Description
2121
| ---- | -----------
22-
| `java_opts` | The Java options to use when running the application. All values are used without modification when invoking the JVM. The options should be specified as a single string enclosed in double quotes, e.g. "-Xcheck:jni -Xfuture".
22+
| `java_opts` | The Java options to use when running the application. All values are used without modification when invoking the JVM. The options are specified as a single YAML scalar in plain style or enclosed in single or double quotes.

0 commit comments

Comments
 (0)