digitig
digitig

Reputation: 2150

How do I enable JavaFX on NetBeans 10 / JDK11

All my attempts to find out how to set up JavaFX on NetBeans have got bogged down with instructions for older versions that don't seem to work now. If I do file | new project | JavaFX Applicationm I get the message:

Failed to automatically set-up a JavaFX Platform. 
Please go to Platform Manager, create a non- 
default Java SE platform, then go to the JavaFX tab, 
enable JavaFX and fill in the paths to valid JavaFX SDK and JavaFX Runtime. 
Note: JavaFX SDK can be downloaded from JavaFX website.

But if I go to Platform Manager and create a non-default Java SE platform, there is no JavaFX tab.

Are there any up-to-date instructions anywhere?

Upvotes: 5

Views: 16944

Answers (1)

ikerfah
ikerfah

Reputation: 2862

I would suggest this , This is an updating docs about using JavaFX with Netbeans with JDK 11 . You can also find how to integrate java with other IDE like IntelliJ and Eclipse : https://openjfx.io/openjfx-docs/

Upvotes: 2

Related Questions