ssayyed
ssayyed

Reputation: 796

Eclipse separate consoles

This question have been asked before, however I still don't seem to find a an answer that works for me.

Basically I'm creating a server/client Java program in Eclipse, and I would like to be able to have two separate consoles running both server and client programs. I tried using pin console but still getting same view on both consoles. Is it possible to run two programs on Eclipse simultaneously (given there are two main methods) ?

Upvotes: 0

Views: 2419

Answers (2)

yushulx
yushulx

Reputation: 12140

  1. Create a launch group, and click run.
  2. Check selected console. By default, the two consoles will be automatically switched. If you pin console, you just fix a console, and have to manually switch them. Create launch group run client and server simultaneously

Upvotes: 1

Алексей
Алексей

Reputation: 1847

there is an option to go between console's: enter image description here

Upvotes: 1

Related Questions