Run project in netbeans [closed]

1

I want to update a project, but when opening it in netbeans, it does not give the option to execute

    
asked by anonymous 01.02.2017 / 16:01

1 answer

3

According to this question from the SO gringo:

  

Just disable the "Compile and Save" option and restart Netbeans.

But this other answer better explains what is really happening:

  

This happens when you close Netbeans while you still have errors in the code and the option "compile on save" is enabled.   To resolve, delete the Build directory from your project directory and restart Netbeans.

    
01.02.2017 / 16:05