-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Luis Hankel edited this page Apr 18, 2018
·
1 revision
Welcome to the SimpleConsoleChat wiki!
To start the client, execute the SimpleConsoleChat.jar file using the following command in the command line:
java -jar SimpleConsoleChat.jar <server address> <port>
Replace <server address>
with the address and <port>
with the port of the server you are trying to connect to.
To start the server, execute the SimpleConsoleChat.jar file using the following command in the command line:
java -cp SCCServer.jar de.kaes3kuch3n.scc.server.SCCServer <port>
Replace <port>
with the port number you wish to use.