I am doing a distributed systems project & I want to run multiple servers (of a same file ) by eclipse at the same time on my local system,
Is it possible to do that ? generally, is it possible to run multiple files (e.g. a client and a server) on one eclipse ?
You cannot directly launch multiple launch configuration at once: there is an old bug still pending, which involves the “launch group” option (present in the “C/C++ Development Tools” plugin, but usable for other non-C++ project.
But you can run multiple launch configuration one after the other.
As illustrated in “Run two Java programs from Eclipse at once?“, you will have multiple console.
And you can script that launch sequence with escript.