Hi, 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. I'm also in the process of figuring out how to do it best. You need to modify the build scripts to ship specific bundles for the related os. Boris
Ernie Rael <err...@raelity.com> schrieb am Mi., 29. Jan. 2020, 05:46: > Following the directions at openjfx.io/openjfx-docs worked, make the sdk > a library. > > BUT, they did miss something. Make sure to turn off > Properties>Build>Compiling>CompileOnSave > > -ernie > > On 1/28/2020 8:16 PM, Ernie Rael wrote: > > Another look at openjfx.io/openjfx-docs and I see a NB example > > downloading the sdk and adding it as a library. Then adding the > > library to a pojo project (it's using jdk-13). So given that I > > downloaded the javafx plugin, I can't see how to add a dependency. > > > > Oh. Are those modules for running jfx from inside NetBeans. Doh! So > > they'd be available if I want to run my NB RCP program..... > > > > > > On 1/28/2020 7:34 PM, Ernie Rael wrote: > >> I have an old javafx project, NetBeans-8.0 RCP based. I abandoned it > >> when it became obvious that Oracle was reducing support for javafx. > >> > >> I'm considering another look at javafx. I saw the latest release of > >> javafx, 13.0.2, in the plugin manager, I loaded it and lots of stuff > >> got turned on, see below. But how do I use it? Even for a non-rcp > >> program? Nothing in new projects seems to reference it; > >> NewProject>JavaWithAnt>FavaFX, seems pinned to jdk1.8. The maven > >> javafx stuff worked without it. Any examples around? > >> > >> -ernie > >> > >> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules: > >> org.netbeans.modules.javafx2.platform [1.33 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.modules.javafx2.project [1.37 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.modules.javafx2.editor [1.28.0.12.5 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.modules.javafx2.scenebuilder [1.24 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.modules.javafx2.samples [1.24 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.modules.javafx2.kit [1.24 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.libs.javafx [2.14 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.libs.javafx.win [13.2 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> org.netbeans.core.browser.webview/1 [1.22.0.1.1 1 > >> 11.3-beta1-e9111499a7b3d71fce5496a633116574f617067b] > >> > >> > >> --------------------------------------------------------------------- > >> 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 > >> > >> > > > > > > --------------------------------------------------------------------- > > 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 > > > > > > > --------------------------------------------------------------------- > 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 > >