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 2024 | 39/423 | 60 | 1 |
November 2024 | 41/658 | 728 | 10 |
October 2024 | 43/663 | 851 | 3 |
September 2024 | 41/642 | 838 | 9 |
August 2024 | 32/641 | 917 | 24 |
July 2024 | 33/663 | 964 | 16 |
June 2024 | 35/681 | 963 | 7 |
May 2024 | 34/682 | 1195 | 15 |
April 2024 | 34/687 | 1254 | 9 |
March 2024 | 31/694 | 1505 | 7 |
February 2024 | 32/687 | 1320 | 5 |
January 2024 | 30/691 | 1572 | 12 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 109
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!