Eclipse: Open Multiple Console Views at Once
Essay - Published: 2015.09.29 | 1 min read (204 words)
DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
**Problem: **I have multiple programs running in Eclipse at once and want to be able to see the console outputs of each one at the same time. How do I open multiple console windows so that I can see the output of each of these programs?
If you don’t have a Console View open, just go to Window -> Show View -> Console which should open a new view for you.
- Select the Console View
- On the top right of the Console View, there should be a button called “Open Console“. Click it and choose which type of console you want to open – Java Stack Trace Console, Maven Console, or New Console View. I usually go with the Java Stack Trace Console, but choose whatever suits your needs best.
- You should now have another Console View to look at.
If you want to know how to change which program a console receives output from check out: “Eclipse: Change which Program the Console Receives Output From“
Want more like this?
The best way to support my work is to like / comment / share this post on your favorite socials.
