Reputation: 12003
In eclipse is there a way to run more than one Java app in different console windows and switch between them ?
Upvotes: 4
Views: 548
Reputation: 35572
By default, it launches each app in different console. All you have to do is switch it manually between consoles.
(source: kit.edu)
Upvotes: 1
Reputation: 597402
Yes. In the Console view there is an icon (a blue monitor, the last-but-one on the row) that allows you to switch consoles.
Upvotes: 4