hi,guys
i'm on the track of packaging my stuff, but i have a question
for the executable jar file 'runme.jar', I need to start the programs as
java -jar runme.jar server;
java -jar runme.jar client;
java -jar runme.jar ;
but i have a main() class for client, and another main()class for the server
can I make two excutable jar files "client.jar" , "server.jar". and make them under the "runme.jar"
but when i do that, i can not use the form "java -jar runme.jar [mode]"
anyone can help me to resolve this? thanks