This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246486

Summary: an option to change output window to system console screen and vice versa
Product: cnd Reporter: rajattiwari2710
Component: TerminalemulatorAssignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.0   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description rajattiwari2710 2014-08-16 05:01:29 UTC
sometimes when developing java console application, the output window is great but in some cases we have to run our program on the system console screen from netbeans ide. In that scenario that big white output window doesn't seems well. So, i want you to implement a option which enables us to change output mode to System console screen when required.
Please, fix it soon so that we have a better netbeans experience.
Comment 1 Jaroslav Tulach 2014-08-18 16:29:45 UTC
Well, why don't you switch to command line and execute the same command from there? Just copy the ant/mvn command printed on top of the output.

Optionally you can use internal "terminal" window to stay in your favorite IDE.

There is another option and that is turning off the core.output2 module and making sure the terminal module is still on - then the terminal should be used for output of all programs. A bit harder to configure, but the code is ready for that.
Comment 2 rajattiwari2710 2014-08-19 02:32:12 UTC
(In reply to Jaroslav Tulach from comment #1)
> Well, why don't you switch to command line and execute the same command from
> there? Just copy the ant/mvn command printed on top of the output.
> 
> Optionally you can use internal "terminal" window to stay in your favorite
> IDE.
> 
> There is another option and that is turning off the core.output2 module and
> making sure the terminal module is still on - then the terminal should be
> used for output of all programs. A bit harder to configure, but the code is
> ready for that.

Sorry, but i didn't get your suggestions.
Please give me a detailed process of all of your above suggestions so that i can use this ide effectively.