This repository is only for better collaborating to do first project for server app technology on Adam Mickiewicz University in 2013
To launch chat on your pc do this instruction:
- Open terminal window
- Navigate to place where you have you source files
- Run command: javac *.java
- Run command: rmic Implementations
- Run command: rmiregistry
- Open new terminal window
- Run command: java Server 4444 (4444 is number of port on which server whil run)
- Open new terminal window
- Run command: java Client 127.0.0.1 4444 (this is address of localhost and port on which server run)
In repository is a little mess. For that moment the good code is in files:
- ChatInterface.java
- Implementations.java
- Server.java
- Client.java