Re: JavaFX debug

2019-04-26 Thread Thomas Zimmermann
Right, the line `12` in the `pom.xml` instructs javac to compile for Java 12. Changing it back to 11 should work, JavaFX 12 is compatible with Java 11. But if you can upgrade, JDK 12 is the better choice anyway. Glad I could help! Thomas To do this, edit $NETBEANS_DIR/etc/netbeans.conf and se

Re: JavaFX debug

2019-04-26 Thread joe schmo
@netbeans.apache.org Subject: Re: JavaFX debug Hi, sorry for the late reply! I changed the configuration to run on the classpath instead, you can see a working example here: https://github.com/zimmi/netbeans-non-modular-javafx-example The standard "Run" and "Debug" actions in NetBeans sho

Re: JavaFX debug

2019-04-25 Thread Thomas Zimmermann
n in the example given.> > > BC> > > > From: Geertjan Wielenga > > Sent: April 25, 2019 5:47 PM> > To: dev> > Subject: Re: JavaFX debug> > > You change this:> > > org.example/org.example.Main> > > ..

Re: JavaFX debug

2019-04-25 Thread Geertjan Wielenga
would be part of it, but there is module configuration in the example > given. > > BC > > From: Geertjan Wielenga > Sent: April 25, 2019 5:47 PM > To: dev > Subject: Re: JavaFX debug > > You change this: > > org.example/org.examp

Re: JavaFX debug

2019-04-25 Thread joe schmo
enga Sent: April 25, 2019 5:47 PM To: dev Subject: Re: JavaFX debug You change this: org.example/org.example.Main ...to your own Main class. Or let's just ask Thomas. Hi Thomas, can you provide more info to the above question? Thanks, Gj On Thu, Apr 25, 2019 at 11:43 PM joe schmo wrote:

Re: JavaFX debug

2019-04-25 Thread Geertjan Wielenga
org.example/org.example.Main > > > From: Geertjan Wielenga > Sent: April 25, 2019 5:16 PM > To: dev > Subject: Re: JavaFX debug > > Um, no, did not know that. Thomas Zimmermann provided you with t

Re: JavaFX debug

2019-04-25 Thread joe schmo
--module org.example/org.example.Main From: Geertjan Wielenga Sent: April 25, 2019 5:16 PM To: dev Subject: Re: JavaFX debug Um, no, did not know that. Thomas Zimmermann provided you with the instructions, I

Re: JavaFX debug

2019-04-25 Thread Geertjan Wielenga
hat. > > BC > > From: Geertjan Wielenga > Sent: April 25, 2019 4:58 PM > To: dev > Cc: d...@netbeans.incubator.apache.org > Subject: Re: JavaFX debug > > Great, looking forward to it. When you've made it, we'll promote it on > Twitter, F

Re: JavaFX debug

2019-04-25 Thread joe schmo
Since I am unable to debug my JavaFX program I will not be making a tutorial video. But of course you knew that. BC From: Geertjan Wielenga Sent: April 25, 2019 4:58 PM To: dev Cc: d...@netbeans.incubator.apache.org Subject: Re: JavaFX debug Great, looking

Re: JavaFX debug

2019-04-25 Thread Geertjan Wielenga
Thomas Zimmermann > Sent: April 11, 2019 12:22 PM > To: dev@netbeans.apache.org > Subject: Re: JavaFX debug > > This works for me: > > > CUSTOM-debug > debug > > install > exec:exec@debug > &g

Re: JavaFX debug

2019-04-25 Thread joe schmo
This might be a good candidate for one of those tutorial videos. BC From: Thomas Zimmermann Sent: April 11, 2019 12:22 PM To: dev@netbeans.apache.org Subject: Re: JavaFX debug This works for me: CUSTOM-debug debug