Netbeans & JavaFX - Clean and build on each run? -
i started working javafx
@ netbeans ide. come along hello world examples not complicated, there 1 big thing totally annoying me:
as within fxml
project, have clean & build whole project before changes applied.
clean & build & run
takes more minute! that's way long 1 single changed character. i'm using:
netbeans version:7.2.1
project type: javafx fxml
jdk: 7
also, can't select properties -> build -> compile -> compile on save
checkbox.
netbeans 7.2.1 not back upwards compile on save javafx projects, have manually recompile project each time.
one alternative create normal java project, import javafx jar (jfxrt.jar
iirc). compile on save available , won't have recompile whole project every time create alter (although should still run "clean , build" before releasing project).
when doing that, might lose few javafx-related features - not sure.
netbeans javafx-2 fxml
No comments:
Post a Comment