Netbeans 11.3 beta

2020-01-29 Thread joe foe
Is the next beta coming this week ? Regards, Jfoe

Re: bringing an old javafx RCP project into the modern era

2020-01-29 Thread Scott Palmer
> On Jan 29, 2020, at 12:21 PM, Neil C Smith wrote: > > > > On Wed, 29 Jan 2020, 17:06 Scott Palmer, > wrote: > > 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? >

Re: bringing an old javafx RCP project into the modern era

2020-01-29 Thread Neil C Smith
On Wed, 29 Jan 2020, 17:06 Scott Palmer, wrote: > > 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? > Right, maybe. But AFAIK not easily achievable right now. I ideally need to run an RCP app with

Re: bringing an old javafx RCP project into the modern era

2020-01-29 Thread Scott Palmer
> On Jan 29, 2020, at 5:00 AM, Neil C Smith wrote: > > On Wed, 29 Jan 2020 at 06:58, Boris Heithecker > 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 ha

Re: bringing an old javafx RCP project into the modern era

2020-01-29 Thread Neil C Smith
On Wed, 29 Jan 2020 at 06:58, Boris Heithecker 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 t