-
- Downloads
java: fix parsing -jar argument
-jar terminates the JVM arguments, so that 'java -jar foo.jar -x' passes -x to foo.jar, not the JVM.
Please register or sign in to comment
-jar terminates the JVM arguments, so that 'java -jar foo.jar -x' passes -x to foo.jar, not the JVM.