Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to compile on save?

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.

enter image description here

How can I do to avoid to clean and build for every code modification?

like image 879
Alberto acepsut Avatar asked Nov 24 '25 01:11

Alberto acepsut


1 Answers

Change your netbeans project's project.properties like below.

  1. Find below line in project.properties file

    compile.on.save.unsupported.javafx=true

  2. Change this value to set to false

    compile.on.save.unsupported.javafx=false

  3. After change this file, compile on save option will be enabled and you are good to go.

like image 109
DeepInJava Avatar answered Nov 28 '25 11:11

DeepInJava



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!