AutoCompletionBinding cannot access class com.sun.javafx.event.EventHandlerManager

If you are using ControlsFX 11, add the following VM option to your runtime command line: –add-exports javafx.base/com.sun.javafx.event=org.controlsfx.controls Note: Previous answers (on other sites and also here on SO) have suggested the following: –add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED However, recent versions of ControlFX appear to be modularized and the modules are no longer unnamed. If you are using … Read more

How can I install “Android Support Library” to deploy a Gluon Mobile application to Android?

It has been asked here and here, but since the answers are in different contexts, maybe it’s worthy having a summary here. Up until version 1.2.0, the jfxmobile plugin has been working with the obsolete Android Support Library. Now this library is not only obsolete but not available any more for download. The current version … Read more

javafxports ‘android’ gradle task requires “Android Support Library” which is retired from Android SDK Manager…what now?

So far (current release version 1.2.0), the jfxmobile plugin has been working with the obsolete Android Support Library. As now it is not only obsolete but not available any more for download, as Joeri Sykora commented, there is a snapshot available with a fix to use the new Support Repository. Until release version 1.3.0 is … Read more