Re: Platform App, JavaFX, and Java 11

2019-10-31 Thread Steven Yi
kflow on migration or tips in a web or confluence page. > > > > Best Regards > > Eric > > > > > > *De :* Steven Yi > *Envoyé :* jeudi 31 octobre 2019 04:36 > *À :* users@netbeans.apache.org > *Objet :* Re: Platform App, JavaFX, and Java 11 >

RE: Platform App, JavaFX, and Java 11

2019-10-31 Thread Eric Barboni
Happy you sort this out. I did this kind of migration a long time ago, it may be nice to share workflow on migration or tips in a web or confluence page. Best Regards Eric De : Steven Yi Envoyé : jeudi 31 octobre 2019 04:36 À : users@netbeans.apache.org Objet : Re: Platform App

Re: Platform App, JavaFX, and Java 11

2019-10-30 Thread Steven Yi
Following up, I dug into this a lot today with the debugger and stepping though the platform startup process. I found that the issue wasn't related to JavaFX at all but rather a native library I use via SWIG bindings. I'm exploring a JNA-based solution now for that. Happy to say, that aside,