Great, thanks for that help Joe Schmo. :-) Specifically this from there: https://github.com/zimmi/netbeans-non-modular-javafx-example/blob/master/nbactions.xml
Gj On Thu, May 9, 2019 at 7:55 PM joe schmo <geekyguy...@hotmail.com> wrote: > I don't know how to forward a previous message as an attachment, however, > Thomas Zimmermann has provided this example which worked for me. > > https://github.com/zimmi/netbeans-non-modular-javafx-example > <https://github.com/zimmi/netbeans-non-modular-javafx-example> > zimmi/netbeans-non-modular-javafx-example > <https://github.com/zimmi/netbeans-non-modular-javafx-example> > Sample Maven project that integrates with default "Run" and "Debug" > actions in NetBeans - zimmi/netbeans-non-modular-javafx-example > github.com > > > > BC > ------------------------------ > *From:* John Brice <john_br...@hotmail.com> > *Sent:* May 9, 2019 1:07 PM > *To:* users@netbeans.apache.org > *Subject:* debug maven javafx app > > > How do I configure the Debug action for a Maven JavaFX project? Using > NB11, JDK12 & OpenJFX 12.0.1 and the instructions at > https://openjfx.io/openjfx-docs/#IDE-NetBeans I can edit, compile and run > but I can’t figure out what to put in nbactions.xml to make debug work. > > > > I’ve been using exec-maven-plugin with JDK11 (couldn’t debug with that > either) but should probably be using javafx-maven-plugin now, if possible. > > > > John > > >