mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8293040: Argfile documentation for java launcher tool is confusing regarding usage of wildcards
Reviewed-by: liach
This commit is contained in:
parent
8d43e0d664
commit
5cb0d43823
1 changed files with 3 additions and 1 deletions
|
@ -3073,7 +3073,9 @@ The following items describe the syntax of `java` argument files:
|
|||
- The argument file size must not exceed MAXINT (2,147,483,647) bytes.
|
||||
|
||||
- The launcher doesn't expand wildcards that are present within an argument
|
||||
file.
|
||||
file. That means, an asterisk `*` is passed on as-is to the starting VM.
|
||||
For example `*.java` stays `*.java` and is not expanded to `Foo.java`,
|
||||
`Bar.java`, etc. like on some command line shell.
|
||||
|
||||
- Use white space or new line characters to separate arguments included in
|
||||
the file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue