Relates :
|
|
Relates :
|
|
Relates :
|
javac needs a way to determine the VM arguments to the runtime environment. ProcessHandle.Info::arguments returns the arguments to the process. When javac is launched on the command-line, ProcessHandle.Info::arguments returns the arguments to javac rather than the runtime environment in javac.
|