cancel
Showing results for 
Search instead for 
Did you mean: 

Error while installing Eclipse 2021-09 version

0 Kudos
594

Dear team,

I followed this link (https://developers.sap.com/tutorials/abap-install-adt.html) to download the eclipse but I am getting the error at the 12th step. Please can you help me to resolve the error?

I have attached the error picture for your reference.

eclipse-download-error.png

Thanks in advance.

View Entire Topic
sratz
Product and Topic Expert
Product and Topic Expert

Hello Omkar,

I was told the problem was already solved via e-mail, but here are the technical details once more:

Issue:

  • Error log contained message about 'PKIX path building failed' for eclipse.org.
  • HTTPS was terminated by a corporate firewall and the JVM used by Eclipse does not trust the certificate

Solution:

  • Set Eclipse to use the operating trust store by modifying eclipse.ini and adding the following at the end:
    -Djavax.net.ssl.trustStore=NUL
    -Djavax.net.ssl.trustStoreType=Windows-ROOT

Best regards,

Sebastian

0 Kudos

Hello Sebastian,

After pasting those 2 commands inside eclipse.ini file, I installed ABAP tools inside eclipse successfully.

Regards,

Omkar