> On Jan 29, 2020, at 5:00 AM, Neil C Smith <neilcsm...@apache.org> wrote:
> 
> On Wed, 29 Jan 2020 at 06:58, Boris Heithecker <boris.heithec...@gmx.net> 
> wrote:
>> the problem with including JavaFX in a NetBeans RCP app is deployment, 
>> because you need different versions of the extension for different operating 
>> systems. All of the having the same class names, so you can't simply package 
>> all of them.
> 
> Maybe check the JavaFX modules at
> https://github.com/apache/netbeans/tree/master/extra
> 
> In particular notice the use of OpenIDE-Module-Needs in the manifest,
> eg. at 
> https://github.com/apache/netbeans/blob/master/extra/libs.javafx.linux/manifest.mf#L8
> 
> Doesn't that solve the problem when packaging them all?
> 
> Best wishes,
> 
> Neil

Isn’t the “right” way to create a JRE using jimage which includes the JavaFX 
modules via JavaFX JMOD files and bundle that with your application?

Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to