Re: OpenJFX 11 in OSGi

2018-08-07 Thread Tom Schindl
Hi, No this is an Equinox only solution! I'm not sure Felix does provide a way to hook into the classloading system and catch problems. The approach of dynamically spinning up a layer although should work in general. I'm not sure about the Classloader-Delegation in Felix but if you write a

Re: OpenJFX 11 in OSGi

2018-08-07 Thread Mark Raynsford
On 2018-08-07T14:22:10 +0200 Tom Schindl wrote: > Hi, > > For those not following my blog [1]. We've managed to successfully run > OpenJFX-11 modules inside Equinox using the same approach we've already > supplied for FXCanvas. We "simply" spin up a new Module-Layer containing > the

Re: OpenJFX 11 in OSGi

2018-08-07 Thread Kevin Rushforth
Nice! -- Kevin On 8/7/2018 5:22 AM, Tom Schindl wrote: Hi, For those not following my blog [1]. We've managed to successfully run OpenJFX-11 modules inside Equinox using the same approach we've already supplied for FXCanvas. We "simply" spin up a new Module-Layer containing the JavaFX-bits.

Re: OpenJFX 11 in OSGi

2018-08-07 Thread Tom Schindl
Hi, For those not following my blog [1]. We've managed to successfully run OpenJFX-11 modules inside Equinox using the same approach we've already supplied for FXCanvas. We "simply" spin up a new Module-Layer containing the JavaFX-bits. Tom

Re: OpenJFX 11 in OSGi

2018-05-03 Thread Tom Schindl
Hi, On 03.05.18 14:05, Kevin Rushforth wrote: > > > On 5/3/2018 4:54 AM, Tom Schindl wrote: >> Hi, >> >> Following up on the native-libs-in-modules I wonder how we deal with >> OSGi-Applications like Eclipse RCP. >> >> Do OpenJFX-Binaries run only on the module-path or can they run on the >>

Re: OpenJFX 11 in OSGi

2018-05-03 Thread Kevin Rushforth
On 5/3/2018 4:54 AM, Tom Schindl wrote: Hi, Following up on the native-libs-in-modules I wonder how we deal with OSGi-Applications like Eclipse RCP. Do OpenJFX-Binaries run only on the module-path or can they run on the classpath as well. If they can run on the classpath, can they maybe

OpenJFX 11 in OSGi

2018-05-03 Thread Tom Schindl
Hi, Following up on the native-libs-in-modules I wonder how we deal with OSGi-Applications like Eclipse RCP. Do OpenJFX-Binaries run only on the module-path or can they run on the classpath as well. If they can run on the classpath, can they maybe loaded as OSGi-Bundles (if they contain the