-
Bug
-
Resolution: Fixed
-
P1
-
7.0.0
-
JMC 7 Iter 15, JMC 7 Iter 13, JMC 7 Iter 14, JMC 7 Sprint 21
Now that JavaFX builds have a home at Maven Central, we should fetch JavaFX from there.
See http://docs.gluonhq.com/javafx11/#maven.
<dependencies> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>11-ea+23</version> </dependency> </dependencies>
- backported by
-
JMC-6344 Integrate org.openjfx library as dependency local local p2 and re-distribute with Update sites
- Resolved
- blocks
-
JMC-6121 Cannot run JOverflow in Eclipse running on JDK 11
- Resolved
-
JMC-6155 Coherence tab is blank
- Closed
- duplicates
-
JMC-6121 Cannot run JOverflow in Eclipse running on JDK 11
- Resolved
-
JMC-6140 openjfx library from maven
- Resolved
- relates to
-
JMC-6342 Eclipse with below JDK 9 and JOverflowUi fails to load OpenJFX classes
- New