Open stbischof opened 5 years ago
Unfortunately the integration of FX into OSGi like shown here is done using Equinox-Adaptor-Hooks. Has Felix a way to control the classloader creation?
What we do in Equinox is to dynamically spin up a JPMS-Layer who contains JavaFX and use that for classloading.
The only way I can see using FX in Felix (without build your own JRE using jlink) is to:
Please could you provice an example how to run openfx inside apache Felix