Java RMI Chat Application
/* Compile all Java files at once */
javac *.java
/* Then Start the rmi registry using the following command */
start rmiregistry
/* Run the server */
java -Djava.security.policy=security.policy ChatServer
/* Run the client */
java -Djava.security.policy=security.policy ChatClient
By Mo lemine Hamdinou inspired by JS Mastery