Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I disable "Run Monitor" in NetBeans?

I'm using NetBeans IDE v7.0.1. When I try to run a program (F6 Shortcut), There is a pop-up window in the left side named "Run Monitor". How do I disable it? Thank you all.

like image 394
Kia.celever Avatar asked Dec 28 '22 12:12

Kia.celever


2 Answers

go into your project properties (right-click on the project --> properties or go to the "File" menu and select your project properties), select "profile" and uncheck the box "Show profiling indicators during run"

like image 99
alexis Avatar answered Mar 19 '23 19:03

alexis


In more recent versions of NetBeans, we can disable HTTP monitor in the Server Properties dialog. In the Services tab, we expand the Server node. We right click on Apache Tomcat and select Properties. In the Connection tab we uncheck the Enable HTTP monitor option. We also may need to restart Tomcat.

enter image description here

like image 27
Jan Bodnar Avatar answered Mar 19 '23 17:03

Jan Bodnar