Spring Tool Suite(STS) plugin for eclipse oxygen

Parthiban picture Parthiban · Sep 23, 2019 · Viewed 11.5k times · Source

Not able to install standalone sts software or sts plugin for eclipse in my office system due to proxy issues. Can anyone provide the link for downloading zip of sts plugin which i can copy to my eclipse installation folder.

Version: Oxygen.2 Release (4.7.2)

Answer

Ashish picture Ashish · Nov 26, 2019

STS(Spring tool suite) is not available for eclipse oxygen in eclipse Marketplace, but one can install this in offline way(installed and working fine for version 4.7.3), steps are shared below:

  1. Download springsource-tool-suite-X.X.XX.RELEASE-..__-updatesite.zip file from https://spring.io/tools3/sts/all

  2. Unzip this file

  3. In eclipse goto Help->Install New Software -> Add -> Local -> browse unzipped folder

  4. Select and Install and Restart eclipse to start using.

Hope this will help.