I developed a program of the client server type, in which I have two mains:
- one to run the server
- other to run multiple clients
To extract the .jar file from ecplise I make export runnable Jar File.
Can I run the command console when I have only one main and two mains? Is that when I export I have to clarify main to run the program.
It does not make sense to join the two mains since I only need to run the server once. Yes, I need to run the client several times