Netbeans & JavaFX - Clean and Build on Every Run?

I recently started working with JavaFXthe Netbeans IDE. I come with Hello World examples, since it is not so difficult, but there is one big thing that completely annoys me:

As in my project FXML, I have to clean and build the entire project before the changes are applied.

  • This is normal?
  • Can i skip this? Working on my Lena Yoga Clean & Build & Runtakes more than a minute! Thus, for one changed character.

I use:

  • Netbeans Version: 7.2.1
  • Type of project: JavaFX FXML
  • JDK: 7

In addition, I can not select the checkbox Properties -> Build -> Compile -> Compile on Save.

+5
source share
1 answer

Netbeans 7.2.1 Compile on Save JavaFX, .

- Java-, JavaFX JAR (jfxrt.jar IIRC). Compile on Save , , ( " " ).

JavaFx - .

+2

All Articles