Details

      Description

      I've been looking into getting IGB to run on Java 9 (scheduled for release some time next month). The main reason is that it provides hassle-free hidpi scaling support. There are several changes in the way modules are loaded in Java 9, which I've been able to mostly work around by adding the following flags:

      --add-exports java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED --add-modules java.activation --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED

      There are however still issues in loading OSGi modules, which I think are related to OSGi versioning. Could you perhaps update default.properties to properly configure OSGi (and other) requirements for Java 9?

      Reporter: Harm van Bakel
      E-mail: harm.vanbakel@mssm.edu

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                ann.loraine Ann Loraine
                Reporter:
                support Support (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: