When invoking the 'java' process, I'm almost certain there is a way to have Java expand the contents of a file into a set of additional command-line arguments using the "@" symbol.
Something like:
java @myfile -cp foo -Dbar=baz com.mydomain.MyApp
And then the contents of "myfile" will be used as additional parameters.
It doesn't seem to work, but I'm certain that something very similar used to work. I've searched high and low but can't find anything on the InterNETs to help. Its driving me nuts! Someone please refresh my memory or lock me up.
java/javaw) with Java SE 9. Prior to that release, only the compiler supported it.