cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Installing ABAP Development tool in eclipse

Former Member
16,560

HI ,

I have installed Eclipse Photon.

Now from the site "https:// tools.hana.ondemand.com/photon" i am trying to install ADT but the below errors are coming:

Cannot complete the install because one or more required items could not be found. Software being installed: ABAP Development Tools for Web Dynpro (Developer Edition) 1.95.0 (com.sap.adt.wda.core.devedition.feature.group 1.95.0) Missing requirement: ABAP Core 2.102.0 (com.sap.adt.tools.core 2.102.0) requires 'osgi.bundle; org.eclipse.emf.workspace [1.5.1,2.0.0)' but it could not be found Cannot satisfy dependency: From: Controller 1.95.0 (com.sap.adt.wda.controller 1.95.0) To: osgi.bundle; com.sap.adt.tools.core [2.101.0,3.0.0) Cannot satisfy dependency: From: ABAP Development Tools for Web Dynpro (Developer Edition) 1.95.0 (com.sap.adt.wda.core.devedition.feature.group 1.95.0) To: org.eclipse.equinox.p2.iu; com.sap.adt.wda.core.feature.group [1.95.0,1.95.0] Cannot satisfy dependency: From: ABAP Development Tools for Web Dynpro 1.95.0 (com.sap.adt.wda.core.feature.group 1.95.0) To: org.eclipse.equinox.p2.iu; com.sap.adt.wda.controller [1.95.0,1.95.0]

PLease let me know what else to be done.

Regards,

Amrit

View Entire Topic

Hello There,

I faced the same issue in my Mac Os Catalina.

It looks like the SAP Hana Development toolkit does not work with the new Java SDKs. I had installed Java SDK Version 11 and Eclipse Version 2019-02 in my system and could not make it to work.

So, here is what I did to make it work,

  1. Uninstall Java SDK Version 11 (Delete it from the Library Folder)
  2. Uninstall the the 2019-02 Eclipse Version. (Delete the folder where it is installed)
  3. Install Java SDK Version 8 (download link here)
  4. Check the Java Version using Terminal, just to make sure it is pointing to the correct version (i.e, JDK 8 Version). If it is not shown then refer this tutorial to set it up.
  5. Install Neon 3 (download link here)
  6. Once installed go to Help->Install New Software
  7. Install the HANA Development tools for Eclipse Neon using this link "https://tools.hana.ondemand.com/neon"
  8. Restart Eclipse and go to Perspective -> Open Perspective - >Other -> SAP Hana Development.
  9. You can now connect Eclipse to Hana Cloud Database.

Many Thanks,

Shaju Mathew