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
, JavaFX, and Java 11 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

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,

Platform App, JavaFX, and Java 11

2019-10-29 Thread Steven Yi
Hi All, I've been working on migrating my platform application Blue to Maven. I have this working with RELEASE111 and Java 8. However, when I move to Java 11, my app starts up, show the splash screen, shows messages about loading modules, then disappears and nothing happens. My application