based on: https://www.tutorialspoint.com/java_rmi
Install and import the library SQLite JDBC Driver
.
This is going to import the necessary drivers to communicate with the database
You need to provide your SQLite database path in the file JDBCUtil.java at the variable db_name
Run Main