Netbeans don't apply changes after save

Viewed 598

I am working with Netbeans 11.3 on a JSP project.

I am usually solving this problem this way

  1. Click Clean and Build
  2. If necessary I stop this Stop Tomcat Server Netbeans
  3. Click Debug Project

This takes up 30 seconds each try. Is there a smarter way or plugin?

The Netbeans PropertiesNetbeans Properties

2 Answers

I looked up your issue on google, and it looks like this is a bug that more than one person has faced on more than one version of Netbeans. There are bug reports of situations like this happening in Netbeans 6 and Netbeans 8. Apparently the only thing that worked for those who faced the bug was to start a new project and copy paste their code into that. Try making another project and see if this problem persists on that project.

Finally, after big steps in my project I found it by accident of Netbeans, where I had to disable compile on save.

Then I found this symbole:

enter image description here

It solves this problem, finally. :D

Related