How to recover closed output window in netbeans?

后端 未结 17 1061
花落未央
花落未央 2020-12-28 12:50

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

相关标签:
17条回答
  • 2020-12-28 12:52

    try Window--> Reset Windows in netbean Caution: be aware, that all your windows settings are away after that!

    0 讨论(0)
  • 2020-12-28 12:53

    Right click on Apache Tomcat under Services window. Stop the server, then start it again...both log and output window will reappear

    0 讨论(0)
  • 2020-12-28 12:53

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

    0 讨论(0)
  • 2020-12-28 12:56

    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
    0 讨论(0)
  • 2020-12-28 12:56

    I was having the same problem. Currently I am using the version 8.1, First of all go to the window tab, that is just before the tab help. Click on window and there click reset "Reset Window", after that in the bottom right click on the tab where your project runs, right click and select show output.

    0 讨论(0)
  • 2020-12-28 12:58

    shorter way: 1-Alt + Shift + R 2-Ctrl + 4 second way:(in menus of netBeans) 1-go to window tab 2-go to IDE tools 3-click on Test Result 4-again in window tab click on Output

    0 讨论(0)
提交回复
热议问题