Spring Tools 3 (Standalone Edition)

Add this URL to your Eclipse Installation to reach this solution's update site.

2020-09 (4.17)

https://download.springsource.com/release/TOOLS/update/e4.17/

2020-06 (4.16)

https://download.springsource.com/release/TOOLS/update/e4.16/

2020-03 (4.15)

https://download.springsource.com/release/TOOLS/update/e4.15/

2019-12 (4.14)

https://download.springsource.com/release/TOOLS/update/e4.14/

2019-09 (4.13)

https://download.springsource.com/release/TOOLS/update/e4.13/

2019-06 (4.12)

https://download.springsource.com/release/TOOLS/update/e4.12/

2019-03 (4.11)

https://download.springsource.com/release/TOOLS/update/e4.11/

2018-12 (4.10)

https://download.springsource.com/release/TOOLS/update/e4.10/

2018-09 (4.9)

https://download.springsource.com/release/TOOLS/update/e4.9/

Learn more...
Solution Description

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
March 2024 28/651 1002 4
February 2024 32/687 1320 5
January 2024 30/691 1572 12
December 2023 28/671 1464 11
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
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Spring Tools 3 (Standalone Edition).

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

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>

In reply to 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!