My question is whether it is possible to use the operating system's console (eg, "cmd" on Windows, or "terminal" on Linux) to see the output of programs in Eclipse, instead of the console provided by Eclipse.
Thank you very much
My question is whether it is possible to use the operating system's console (eg, "cmd" on Windows, or "terminal" on Linux) to see the output of programs in Eclipse, instead of the console provided by Eclipse.
Thank you very much
What you can do is configure an external launcher for cmd or terminal, for this:
Here is a more detailed tutorial.
http://www.avajava.com/tutorials/lessons/how-do-i-open-a-windows-command-prompt-in-my-console.html
EDITED WITH HELPFUL ANSWER
@AugustoHerbel also, if what you want is to show the results by opening the console, you could do it through code, here is a small example: