I would like to compile the project every time I save, but in properties this option is greyed, so for any change I do I have to click save then clean and build.

How can I do to avoid to clean and build for every code modification?
Change your netbeans project's project.properties like below.
Find below line in project.properties file
compile.on.save.unsupported.javafx=true
Change this value to set to false
compile.on.save.unsupported.javafx=false
After change this file, compile on save option will be enabled and you are good to go.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With