Launching the various versions of Simplechat
Version 2:
Open at least 2 terminals and go in the folder of the SimpleChat2:
- In one of them : enter java echoServer
- In the other one : enter java clientConsole
Version 3:
Open at least 2 terminals and go in the SimpleChat3 folder:
- In one of them: enter java serverConsole then #start to launch the server
- In the other one: enter java serverConsole then #login identifiant to connect the client to the server
Version 4:
Open a terminal for the server: enter java serverConsole then #start to launch the server
For the client: lauch the interface from Eclipse or from the terminal
- In the terminal: enter java ClientUI
- In Eclipse: launch the ClientUI main