Spring Tools 3 (Standalone Edition)
Attention - End of life: The Spring Tools 3 are no longer maintained and no longer updated for newer Eclipse versions. Please upgrade to Spring Tools 4 for Eclipse.
The Spring Tools 3 contain the previous generation Spring tooling for Eclipse, mostly focused on working with Spring apps configured using XML and providing validation support for various additional Spring projects, like Spring AOP, Spring Webflow, Spring Integration, etc.
This cannot be installed in addition to the new Spring Tools 4.
Categories: IDE
Additional Details
Eclipse Versions: 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: VMware
Development Status: Production/Stable
Date Created: Friday, July 12, 2019 - 08:17
License: EPL
Date Updated: Friday, April 29, 2022 - 06:52
Submitted by: Martin Lippert
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2023 | 33/524 | 174 | 2 |
November 2023 | 29/686 | 1591 | 17 |
October 2023 | 17/673 | 3230 | 18 |
September 2023 | 16/663 | 4146 | 19 |
August 2023 | 15/673 | 4609 | 17 |
July 2023 | 15/668 | 4911 | 12 |
June 2023 | 15/669 | 5069 | 12 |
May 2023 | 15/671 | 5111 | 14 |
April 2023 | 15/667 | 5068 | 16 |
March 2023 | 13/686 | 6822 | 15 |
February 2023 | 13/667 | 5780 | 26 |
January 2023 | 14/675 | 6164 | 19 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 86
Reviews Add new review
Unable to install STS 3.10 plugin
Submitted by Manoj Verma on Thu, 01/16/2020 - 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, 01/23/2020 - 05:34
In reply to Unable to install STS 3.10 plugin by Manoj Verma
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!