STEP 1 - Install Eclipse
STEP 2 - Load project into Eclipse
STEP 3 - Navigate into folder QUIZ-CORE/ h2-2019-03-13/h2/bin and run h2.bat
STEP 4 - Paste "jdbc:h2:tcp://localhost/./database/quizDBB" (without quotes) into JDBC URL
Username - sa
Password - manu
Note: The Database tables has been created into the folder DATABASE to avoid errors with JDBC url when changing platforms because the application was built on LINUX platform
STEP 5 - Test the connection to ensure database is found STEP 6 - Return to ECLIPSE and launch the launcher.