You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a launcher
Spin up a layer
Start Felix with the layer as its parent-classloader
Please could you provice an example how to run openfx inside apache Felix
The text was updated successfully, but these errors were encountered: