-
Andy Wilkinson authored
The recommended usage for the java executable is: java [-options] -jar jarfile [args...] This commit updates the default launch script to match this recommended usage by moving -jar to be the last option, after both the disableJarChecking system property and any JAVA_OPTS. Closes gh-3930
94a73763