Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Resolution: Done
-
Labels:
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
- relates to
-
IGBF-1167 Update default.properties to properly configure OSGi (and other) requirements for Java 10+
-
- Closed
-
These flags are explained on this page:
http://openjdk.java.net/jeps/261
For an overview of Java 9 modularity (which gives context to these flags), I suggest this video:
https://www.youtube.com/watch?v=rfOjch4p0Po&feature=youtu.be