We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d43e0d commit 5cb0d43Copy full SHA for 5cb0d43
src/java.base/share/man/java.md
@@ -3073,7 +3073,9 @@ The following items describe the syntax of `java` argument files:
3073
- The argument file size must not exceed MAXINT (2,147,483,647) bytes.
3074
3075
- The launcher doesn't expand wildcards that are present within an argument
3076
- file.
+ file. That means, an asterisk `*` is passed on as-is to the starting VM.
3077
+ For example `*.java` stays `*.java` and is not expanded to `Foo.java`,
3078
+ `Bar.java`, etc. like on some command line shell.
3079
3080
- Use white space or new line characters to separate arguments included in
3081
the file.
0 commit comments