Netbeans 13 Showing build failed on javafx

399 Views Asked by At

I have installed Netbeans 13 and set all the required setting and have installed all the required extensions and packages for javaFX , and also included the javaFX library today morning. In the morning it runned well, and i did nothing, now i tried a code of mine, then it showed me build failed. Then i have tried the in built "Hello world" programme , which comes with the javafx project, for that programme too its saying "BUILD FAILED". What can i do now ?

1

There are 1 best solutions below

0
On

You can download gluon plugin from apache netbeans portal. gluon is provided by Gluon you can download either in apache plugin option or in apache netbeans plugin portal : gluon . For netbeans you need to open tools>> plugins >> available plugins and search gluon . Once you have installed it , you can search it at installed plugins :gluon plugin

Now , netbeans have a new project folder :gluon folder

and added new maven projects as well: FXML JavaFX Maven Archetype (Gluon) and Simple JavaFX Maven Archetype (Gluon) . in this case i selected : FXML JavaFX Maven Archetype (Gluon) . like this :

maven javafx

click next . And in this part i changed javafx version from 13 to 17.0.2 , then click finish

enter image description here

Now I have a javafx sample to work with . maven searched javafx dependencies . Gluon plugin is available for Intellij and Eclipse . Gluon also provide mobile javafx based apps with their framework gluon mobile

app javafx netbeans