To run it:
- compile everything with
javac -d build -cp *:. *.java
. - Run the server:
cd
into "build" folder andjava -cp *:. ApplicationServer
. - Run the client:
cd
into "build" folder andjava -cp *:. Client
.
cd /$HOME/java-RMI/extraFiles/sql_database
.sudo mysql -u root -p data_security < data.sql
.
- The dB expects that admin user is
dataUser
and password:password
. - It is expected that the dB is hosted in
localhost
and its calleddata_security
.