cancel
Showing results for 
Search instead for 
Did you mean: 

error in Eclipse while installation of ADT

sachin1110
Member

I got these type of error while installation of ADT.

sap hana - http://tools.hana.ondemand.com/neon/

Cannot complete the install because one or more required items could not be found.

Software being installed: SAP HANA Application Development (Developer Edition) 2.3.39 (com.sap.ndb.studio.appdev.feature.devedition.feature.group 2.3.39)

Missing requirement: SAP HANA Studio Application Development 2.3.39 (com.sap.ndb.studio.appdev.feature.feature.group 2.3.39) requires 'org.eclipse.wst.web_ui.feature.feature.group 3.5.1' but it could not be found

Cannot satisfy dependency:

From: SAP HANA Application Development (Developer Edition) 2.3.39 (com.sap.ndb.studio.appdev.feature.devedition.feature.group 2.3.39)

To: com.sap.ndb.studio.appdev.feature.feature.group [2.3.39]

pfefferf
Active Contributor

The update site you used is for a Eclipse version which is not supported anymore. So I would recommend to use a newer version (the supported stuff you can find here).

Accepted Solutions (0)

Answers (1)

Answers (1)

Hello Everybody,

I faced the same issue, I think its not dependent on eclipse version.

Here is the solution that worked for me:

1. Go to your ECLIPSE Folder --> Search for file named "eclipse.ini"

2. Open it in Notepad and add below lines in end:

-Djavax.net.ssl.trustStore=NUL
-Djavax.net.ssl.trustStoreType=Windows-ROOT 

3. Restart Eclipse and try installation again. Voila!!!

Let me know whether it works for you or not.

igor_muntoreanu
Explorer
0 Kudos

divya.gupta9 : Thank you very much! After a lot of headache I found your post and it has worked perfectly for me!

vupa
Member
0 Kudos

divya.gupta9: Thanks a lot. I tried many things but only what you suggested worked!

DigantTrivedi
Explorer
0 Kudos

Thanks. It worked for me.

nutan_kokane
Discoverer
0 Kudos

This worked like Magic!! Thank you!! Where did you find this solution.. if you know does it get changed with newer versions??