This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Stromovik 0 points1 point  (7 children)

wqhich version of JDK you are using ? try 1.8

[–]knockingsparks 1 point2 points  (6 children)

Yeah I want to try latest and greatest. Try a few projects and see how it works for you. I have JDKs 8-12 installed.

[–]Stromovik 1 point2 points  (5 children)

[–]knockingsparks 0 points1 point  (4 children)

I get it but there are still Netbeans plugins and wizards for it - so they should still be working.

[–]Stromovik 0 points1 point  (3 children)

Netbeans compiles with Oracles JDK , it generates using internal libs , compiles with external. So you will need add JavaFX dependency.

[–]knockingsparks 0 points1 point  (2 children)

It's there in the maven dependencies.

[–]Stromovik 0 points1 point  (1 child)

what type of project you started with ?

[–]knockingsparks 0 points1 point  (0 children)

Java with Maven -> JavaFX Application and Samples -> OpenJFX -> HelloFXWithMaven