Run ssh -l username -L localhost:1522:dbhost.students.cs.ubc.ca:1522 remote.students.cs.ubc.ca in terminal replacing username with your CWL.
Upload files sql1.sql and sql3.sql found in the sql package to this remote server. Run sqlplus in terminal and login in sqlplus start sql1.sql and start sql3.sql
exit sqlplus but remain logged in to the ssh
Open the project and run the SuperCar class in src/ca.ubc.cs304/controller.