How to recover closed output window in netbeans?

2019-02-04 00:01发布

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?

16条回答
疯言疯语
2楼-- · 2019-02-04 00:07

in Netbeans 7.4 try Window -> Output OR Ctrl + 4

查看更多
老娘就宠你
3楼-- · 2019-02-04 00:11

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.

查看更多
Summer. ? 凉城
4楼-- · 2019-02-04 00:12

Go to window tab - reset windows - run your program. - then right click on bottom of the tab where program running

查看更多
放我归山
5楼-- · 2019-02-04 00:14

Go to Server tab and Right Click you will see the View Output Log.

Netbeans --> Your Server --> RightClick --> View Output

enter image description here

查看更多
孤傲高冷的网名
6楼-- · 2019-02-04 00:16

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.

查看更多
够拽才男人
7楼-- · 2019-02-04 00:18

Here is solution

  1. First go to service window which is next tab to project tab...
  2. then right click on apache tomcat
  3. click view server log and view server output
查看更多
登录 后发表回答