JAL-3349 Remove processed args from list to send to jalview task/JAL-3349_Support_cli_JRE_arguments_through_getdown
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 13:03:30 +0000 (14:03 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 13:03:30 +0000 (14:03 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index 1ad9d47..29ef836 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 257432e..fcfe42f 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 9539744..7634726 100644 (file)
@@ -1958,6 +1958,7 @@ public class Application
           if (arg.startsWith("-"+CLI_JVM_ARG_PREFIX)) {
             String newArg = arg.substring(CLI_JVM_ARG_PREFIX.length() + 1);
             extracted.add(newArg);
+            args.remove(arg);
           } else if (arg.startsWith("-jvmmempc=")) {
             try {
               _jvmmempc = Integer.parseInt(arg.substring(10));
index 1ad9d47..29ef836 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 1ad9d47..29ef836 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ