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

Installing ABAP Development tool in eclipse

Former Member
16,552

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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (5)

Answers (5)

arthursilva
Active Participant

Hello Amrit,

Have you tried Eclipse Oxygen ? Besides the Oxygen version been not the final version, it's more stable than Photon. Download Eclipse Oxygen just like https://tools.hana.ondemand.com/#cloud suggests.

Anyhow, you might increase the update manager timeout of your Eclipse distribution by adding the following parameters in eclipse.ini file.

-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=3000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=3000

BR
Arthur Silva

shansari
Participant

Hello Amrit,

Please refer to: https://archive.sap.com/documents/docs/DOC-28325 - specifcally FAQ 4 for your issues.

Regards,

Shabnam Ansari

Former Member
0 Likes

HI Arthur,

Still same :

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]

Regards,

Amrit

0 Likes

Hi Amrit, How you fixed it?

Former Member
0 Likes

Thanks Arthur, i will download oxygen also and try there too.

Former Member
0 Likes

HI Shabnam,

Thanks for the reply, but the settings are same as you suggested.Still shows the same error.

is there any other plugin etc required?

Regards,

Amrit