Can I use Eclipse to run multiple java application ( one Server class and two client classes) which mean I may need three Console View.
I know I can "copy and paste" the Eclipse folder three times to solve this problem but it will SO un-convenient to simulate 10 clients same time.
Asked
Active
Viewed 993 times
1

user3121731
- 11
- 1
1 Answers
2
Try using Eclipse CDT's Launch Group.
First, create the Debug Configuration for the server and two clients, in this case.
Second, create a new "Launch Group" Debug Configuration, adding the server and two clients to it.
Third, run the new Launch Group, which should run the server and two clients.

cal
- 121
- 6