There is a section saying from this
thread by Andrew.
The user selects what mode to run it in by using a parameter on the command line:
java -jar runme.jar - the client starts up in networked modejava -jar runme.jar alone - the client starts up in non networked modejava -jar runme.jar server - the server starts up
Is there a direct way to implement?
I have a indirect way,following:
MANIFEST.MF
a command of this exact form:
Please comment,thanks.
[ September 19, 2003: Message edited by: xi ruo ]