Easy Extension Framework v0.5 Help

Eclipse Setup Guide for SAP Commerce Cloud Development

Prerequisites

Before you begin, ensure the following:

  • SAP Commerce Cloud is installed on your local machine.

  • You have cloned the repository containing the Easy extension(s) you intend to develop.

Installing SAP Hybris Commerce Development Tools for Eclipse

  1. Install the Eclipse Plugin for SAP Commerce to configure your workspace for local SAP Commerce development.

  2. Refer to the official documentation: SAP Hybris Commerce Eclipse Plugin

Installing Groovy Development Tools

  1. Open Eclipse and navigate to Help > Eclipse Marketplace...

  2. Search for Groovy and install Groovy Development Tools.

    Eclipse Marketplace

    Figure | Eclipse Marketplace

  3. During installation, select only Groovy Compiler 3.0 and confirm the selected features.

    Groovy Compiler 3.0

    Figure | Select Groovy Compiler 3.0

  4. Review and accept the license agreements.

    Review Licenses

    Figure | Review Licenses

  5. If prompted with a security warning, click Install Anyway.

    Install Anyway

    Figure | Install Anyway

  6. Once installation is complete, click Restart Now to restart Eclipse.

    Restart Now

    Figure | Restart Now

Importing Your Easy Extension

  1. In Eclipse, go to File > New > Groovy Project.

    Groovy Project

    Figure | Groovy Project Menu

  2. In the project wizard, uncheck Use default location and browse to your Easy extension folder.

    Use default location

    Figure | Uncheck Use default location

  3. Click Next.

    Next

    Figure | Click on Next

  4. Switch to the Projects tab, select Classpath, then click Add, choose Select All, and confirm with OK.

    Select All

    Figure | Select All

  5. Click Finish to complete the import. Your extension is now ready for development.

    Extension is ready

    Figure | Extension is ready

Last modified: 18 August 2025