Import Project into Eclipse

The following guide shows you how to import the cloned repository into Eclipse IDE
Note that this guide only applies to Gradle projects. Other projects may have different steps

  1. Launch Eclipse and wait for it to load (Setup the workspace and close the Welcome screen if it pops up)
  2. Click on File > Import
    Import Project to Eclipse #1
  3. Select Gradle > Existing Gradle Project and click Next
    Import Project to Eclipse #2
  4. Enter the root path of the project directory and press Next
    Import Project to Eclipse #3
  5. Continue spamming Next until you cannot do so, then click Finish
    Import Project to Eclipse #4
  6. Note: If you receive this error as shown in the picture below, ignore it and press OK
    Import Project to Eclipse #5
  7. The source files can be found in src/main/java
    Import Project to Eclipse #6
  8. To run the program just press the Green Play button in the Toolbar as per normal
Demo Video
The following is a video on how this is being done. Read the how-to guide before watching the video for actual steps to do it