Give the directory where the project is to be cloned. Make sure to check the box ‘Import all existing Eclipse project after clone finishes’
‘Properties > Java Build Path > Libraries > JRE System Libraries > Edit > Alternate JRE’ and give the path to Java JDK instead of JRE important
Run Queries.sql on H2 in a database called musicstore
Run H2 Console
Change saved settings to ‘Generic H2 Server’
Change JDBC URL to ‘jdbctcp://localhost/~/musicstore’
If database name [or] username/password needs to be changed, make sure to reflect the changes in ‘MusicBack > src > main > java > DMB > PRJ > MusicBack > config > HibernateConfig.java’