I am working with Netbeans 11.3 on a JSP project.
I am usually solving this problem this way
This takes up 30 seconds each try. Is there a smarter way or plugin?
I am working with Netbeans 11.3 on a JSP project.
I am usually solving this problem this way
This takes up 30 seconds each try. Is there a smarter way or plugin?
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:
It solves this problem, finally. :D