Right, the line `<release>12</release>` 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 set
netbeans_jdkhome="/home/username/jdk-12.0.1"
On 2019/04/26 10:52:19, joe schmo <[email protected]> wrote:
> I downloaded your example and it works for me. I did have to change
JDK 11 to JDK 12 to get it to work not sure why but regardless I can
debug my JavaFX program now.>
>
> Thank You.>
>
>
> BC>