Re: Problem running JavaFX in maven plugins

2019-01-03 Thread Dan Armbrust
As a followup, the easiest workaround I found is this silly hack: String s = System.getProperty("javafxHack"); int i = 0; if (!StringUtils.isBlank(s)) {     i = Integer.parseInt(s);    

Re: Problem running JavaFX in maven plugins

2018-12-31 Thread Michael Ennen
The official issue tracker for JavaFX is https://bugs.openjdk.java.net. The JavaFX project is a "Component" of OpenJDK. You can see the JavaFX bugs from this URL: https://bugs.openjdk.java.net/browse/JDK-8215964?jql=project%20%3D%20JDK%20AND%20component%20%3D%20javafx The GitHub issue tracker is