Skip to content
Luis Hankel edited this page Apr 18, 2018 · 1 revision

Welcome to the SimpleConsoleChat wiki!

Usage

Client

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.

Server

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.

Clone this wiki locally