- Writing Materials and Papers (Very important)
- Charged laptop + Laptop Charger
- Download the source code here.
- Unzip the folder.
- Open IntelliJ and select
Import Project
. - In the folder, there is a file named
pom.xml
. Select this file to import, not the folder! - Click
Next
>Next
. - Select the Java JDK you have downloaded earlier.
- Click
Next
>Next
>Finish
- If
Tip of the Day
popup appears, close it. - Notice the popup at the bottom-right hand corner of the screen. Click on the "Add as Maven project" link.
- This is when the Build Automation comes into play - IntelliJ downloads the necessary plugins and dependencies defined in
pom.xml
, without you downloading them manually.
Click on Build
> Rebuild Project
. The project should compile successfully.