It often happens to me that I want to clear the current output window by using the context menu, but instead of hitting the Clear
entry, I accidently hit the Close
entry (which is directly below Clear
).
How can I get that output window back!?
Via Window/Output/Output I only get the container tab for all output windows. How can I reopen the output window of a currently running application?
in Netbeans 7.4 try Window -> Output OR Ctrl + 4
In the right bottom edge there are information about NetBeans updates. Left to it, there's the tasks running (building, running application etc). Click on it, right click the process you want and select
Show Output
.Go to window tab - reset windows - run your program. - then right click on bottom of the tab where program running
Go to Server tab and Right Click you will see the View Output Log.
Netbeans --> Your Server --> RightClick --> View Output
If you run the server in normal mode you can recover the log by restarting the main project in debug mode. It seems that NB opens a new server log when the server run mode changes.
Here is solution