I'm working on a distributed system with a minimum of 6 servers and 3 clients (I cannot test it properly if I use less).
You probably can guess that it's a pain to start 9 processes individually (I need to have each one in a different console)
Is there a way to make a shortcut inside eclipse to start all those executions?