Should I put all classes(server and client) in a jar file or in two jar files(one is server and one is client)??
I have tried to put all classes in a jar file. But I can't start by two commond down.
java -jar suncertify.jar server (Starting Server)
java -jar suncertify.jar client (Starting Client)
I can only start one of two classes(Server, Client)
Manifest-Version: 1.0
Created-By: 1.4.2 (Sun Microsystems Inc.)
Main-Class: suncertify.server.ServerUI (or suncertify client.HotelMain)
How can I do, please give me some help, thanks