Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.09 KB

SettingUpEclipseIDEViews.md

File metadata and controls

23 lines (13 loc) · 1.09 KB

Setting Up Eclipse IDE

  1. Open Eclipse IDE
  2. Use File -> Import to import individual projects demo1...demo5 into your workspace.
    • Select Existing Gradle Project to import

Existing Gradle Project

  1. Make sure you are in JEE Perspective (its in top-right corner of the IDE window)

Switch to JEE Perspective

  1. From the menu click on Window -> Show View -> Other. From the window, search for Package Explorer and click open.

Package Explorer View

  1. From the menu click on Window -> Show View -> Other. From the window, search for Gradle and select both 'Tasks' and 'Executions' click open.

Gradle Views

  1. Drag & Drop above views as per your preference. For instance;

All Views