Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8165634

Support multiple --add-modules options on the command line

XMLWordPrintable

    • b138

      Currently, if multiple --add-modules options are specified on the Java command line the last one wins and the previous ones are ignored.

      Instead of ignoring the previous --add-modules options, have it combine all values so that

         java --add-modules a --add-modules b

      would be equivalent to: java --add-modules a,b

            hseigel Harold Seigel (Inactive)
            hseigel Harold Seigel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: