A DESCRIPTION OF THE REQUEST :
The "javac" tool allows the use of:
@<filename> to "Read options and filenames from file"
Please provide the same functionality for the "java" tool.
JUSTIFICATION :
Very often, the compile and runtime classpath are identical. Adding this functionality will allow both command-lines to share the same configuration.
Currently we need to manually sync the data between the external file for javac and inline value for java.
The "javac" tool allows the use of:
@<filename> to "Read options and filenames from file"
Please provide the same functionality for the "java" tool.
JUSTIFICATION :
Very often, the compile and runtime classpath are identical. Adding this functionality will allow both command-lines to share the same configuration.
Currently we need to manually sync the data between the external file for javac and inline value for java.
- duplicates
-
JDK-4326573 need @file syntax for all command tools, not just jar/javac/javah
- Closed