If you could not attend my talk at the JavaFX-Days Zürich yesterday or you did and wanted to recap what you’ve presented. Here are the slides.
I enjoyed the conference and I hope you did as well. See you next year!
If you could not attend my talk at the JavaFX-Days Zürich yesterday or you did and wanted to recap what you’ve presented. Here are the slides.
I enjoyed the conference and I hope you did as well. See you next year!
Hi,
For Java 8 I could use JavaFX in OSGi using the bundle no.tornado/javafx-osgi/8.0.3 in my runtime.
It is using a manifest entry “Fragment-Host: system.bundle; extension:=framework” and exports a lot of packages needed to use JavaFX.
I had a look at your slides.
But I am not sure how to use JavaFX + Equinox Adapter Hook + the bundles on the referenced Maven repo.
Is there a working example (somewhere you can point me to), how to use JavaFX in an OSGi runtime running on Java 11 (no e(fx)clipse or other stuff involved).