Skip to Content

Download the Eclipse IDE and add the ABAP Development Tools (ADT) Plugin

Download the Eclipse IDE and add the ABAP Development Tools (ADT) Plugin.
You will learn
  • How do download the Eclipse IDE
  • How to add the ADT plugin to Eclipse
mervey45Merve TemelApril 5, 2024
Created by
julieplummer20
March 9, 2023
Contributors
mervey45
julieplummer20

Prerequisites

  • Operating System:
    • Windows 10, or higher
    • Apple macOS 10.15 or higher
  • Microsoft VC++ Runtime:
  • Java Runtime:
    • ADT is validated and tested against Java versions 17 and 21 (Oracle Java and OpenJDK).
    • The latest Eclipse packages are bundled with Eclipse Temurin, an OpenJDK binary distribution provided by the Eclipse Adoptium project. Any other JRE found on the system is not used. If you want to remove the bundled JRE and use a custom one, see SAP note 3035242.

      Hint: You do not need to manually install a JRE / JDK, since it is already bundled with the latest Eclipse packages, which are downloadable as a ready-to-run zip file.

  • Step 1
    1. Open the Eclipse download page to download the appropriate (usually latest) Eclipse version.

      eclipse
    2. Click Download.

      eclipse
    3. Click the Download icon of your browser and select the folder symbol.

      eclipse
    4. Extract the Eclipse file with right-click.

      eclipse
    5. Click Extract in the wizard.

      eclipse
    6. Open the Eclipse-Java folder.

      eclipse
    7. Open the Eclipse folder.

      eclipse
    8. Double-click eclipse.exe to run the application.

      eclipse
    9. Launch your workspace.

      eclipse
    10. Close both pages.

      eclipse
      eclipse
  • Step 2
    1. Select Help > Install New Software.

      eclipse
    2. Enter the latest ADT URL https://tools.hana.ondemand.com/latest in the Work with section, press enter, select ABAP Development Tools and click Next >.

      eclipse
    3. Click Next >.

      eclipse
    4. Accept the license agreement and click Finish.

      eclipse
    5. Click Select All and Trust Selected.

      eclipse
    6. Click Restart Now.

      eclipse
    7. Now ADT is installed. Switch to the ABAP perspective. Therefore select Window > Perspective > Other Perspective > Other.

      eclipse

      Then select ABAP and click Open.

      eclipse
    8. Check your result.

      eclipse
  • Step 3

    Following this tutorial you will be able to update the latest version of Eclipse and ADT when new releases are available.

    If you want to install the abapGit plugin for ADT, you can follow the Install the abapGit Plugin tutorial.

  • Step 4

    Where can you add the ADT URL?

Back to top