The CCC request for 6265720 generated coments that asked us to change the -XArg Command Line Option to -J to be consistant with javac. (see bug #6280248)
However we implemented it differently than javac.
in javac command, the option is -J<flag> .
IE: one program arg, beginning with "-J" causes the rest of the program arg (<flag>) to be passed as argurmnt to the vm.
In webstart we implemented -J <option>.
IE: when the program arg "-J" is encountered, the next arg is passed to the vm.
However we implemented it differently than javac.
in javac command, the option is -J<flag> .
IE: one program arg, beginning with "-J" causes the rest of the program arg (<flag>) to be passed as argurmnt to the vm.
In webstart we implemented -J <option>.
IE: when the program arg "-J" is encountered, the next arg is passed to the vm.