Maven JavaFx native libraries and OSGi
Tom Eugelink
tbee at tbee.org
Thu Dec 8 13:30:23 PST 2011
On 2011-12-08 21:50, peter.pilgrim at gmail.com wrote:
> Hi All
>
> What are ideas for JavaFX and native libraries? Has any one thought of a better maven schematic G.A.V that works with Jar and the myriad native DLL and Shared Object libraries for the future?
One idea is is to put all DLL's in a Maven artifact (jar) with a classifier of the platform and load them from that DLL. Workaround for this is implemented in JFXtras, but it could easily become part of the actual DLL loader.
>
> Also how is JavaFX 2.x compatible with OSGi?
Not. It will be Jigsawed. Next question is: how OSGi compatible will Jigsaw be.
Tom
More information about the openjfx-dev
mailing list