BestSolution-at / openjfx-osgi

Repository to repackage OpenJFX for OSGi
2 stars 9 forks source link

provide Example: run openfx inside apache Felix #5

Open stbischof opened 5 years ago

stbischof commented 5 years ago

Please could you provice an example how to run openfx inside apache Felix

tomsontom commented 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: