Spring Tools 3 (Standalone Edition)

Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
June 2023 | 15/590 | 1261 (1.46%) | 5 |
May 2023 | 15/672 | 5097 (1.51%) | 14 |
April 2023 | 15/668 | 5055 (1.55%) | 16 |
March 2023 | 13/688 | 6821 (1.73%) | 15 |
February 2023 | 13/668 | 5775 (1.72%) | 26 |
January 2023 | 14/677 | 6150 (1.78%) | 19 |
December 2022 | 15/805 | 5689 (1.66%) | 23 |
November 2022 | 15/808 | 5921 (1.51%) | 17 |
October 2022 | 16/811 | 5530 (1.45%) | 25 |
September 2022 | 15/812 | 6218 (1.57%) | 20 |
August 2022 | 13/808 | 6746 (1.89%) | 41 |
July 2022 | 11/816 | 7695 (2.11%) | 34 |
Unsuccessful Installs in the last 7 Days: 441
Download last 500 errors (CSV)Thursday, June 8, 2023 - 17:40
Reviews Sign in to post reviews
Unable to install STS 3.10 plugin
Submitted by Manoj Verma on Thu, 2020-01-16 03:58
Hi I am unable to install Spring tools plugin in eclipse 2019 12. I am getting below error:
Unable to read repository and .
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. How to fix this>
Re: Unable to install STS 3.10 plugin
Submitted by Martin Lippert on Thu, 2020-01-23 05:34
This error is related to the local JDK installaiton not being able to validate the certificate, but you can tell your JDK to accept the certificate directly (if you search on stackoverflow for that error message, you will find a description how to do that for sure). Another option is to use the update site directly and use a non-https version of it to install the features manually into your Eclipse installation. The third option would be to download a ready-to-use Eclipse distribution that contains all the necessary parts pre-installed from https://spring.io/tools3/sts/all - or - even better - try the latest Spring Tools 4 version from https://spring.io/tools
Hope this helps!