Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to recover closed output window in netbeans?

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?

like image 927
radlan Avatar asked Apr 05 '13 13:04

radlan


People also ask

Why does NetBeans not show output?

Try to run the code on cmd and try. If it runs successfully, check if you are executing the java class or the project in total. That may be the reason of no output. Else then try reinstalling your NetBeans IDE.

How do I save output in NetBeans?

We right-click with the mouse and select the Save As... option or press the shortcut Ctrl+S (in Windows). We see a dialog where we can select the filename for the output. Once we press the OK button the contents of the output window is saved to the file.

How do I reopen a project in NetBeans?

Go to menu bar and click on Window tab and then click Reset Windows . After that the NetBeans window is closed and open again automatically. It open the previous working files, you will not need to open manually.


2 Answers

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
like image 160
nick Avatar answered Sep 17 '22 18:09

nick


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.

like image 23
Jean Waghetti Avatar answered Sep 21 '22 18:09

Jean Waghetti