This project consists of creating an application named « Matrix Multiplier » using the JAVA programming language and the API Remote Method Invocation (RMI) in order to create a connection between both the client and the server.
1/launch the server :
-access to cmd
-access to the server folder (cd //serverfolderpath)
-For server's executiontype the command : java -Djava.security.policy=server.policy DynamicProductServer.java
2/Send the client request
-access to cmd
-access to the client folder (cd //clientfolderpath)
-for the client's execution type the command: java -Djava.security.policy=Client.policy DynamicProductClient.java