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

Installing ABAP Development tool in eclipse

Former Member
16,555

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
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