Need url for STS for eclipse indigo 3.7 - spring

I need to install STS (Spring Tool Suite) in my eclipse indigo , please advise me which url will work that I can enter in ad new software option , I have just tried through eclipse market place but in the meantime it thorws the error and update was not successfuly applied.

If you had the latest/greatest Eclipse (and, frankly, I encourage you to get it), you can simply drag/drop directly from the STS website into your running Eclipse:
http://www.springsource.org/sts

Related

Unable to make 'spring legacy project' in Eclipse

I use M2 macbook air, and Eclipse Version: 2022-09 (4.25.0)
I plug in 'spring 3' at Eclipse IDE and create 'Spring Legacy Project' and its template was 'Spring MVC Project'. but "Marketplace solutions available" alert comes up again n again, even i install maven2Nature.Marketplace solutions available alert
enter image description here
I checked every plugin install correctly. try reinstall, reboot, project clean and so on.
please let me know how to do.

Eclipse Marketplace: Spring Tool Suite not showing up?

I'm learning Spring Boot using a Udemy tutorial, which skips how to install Spring tools to our IDE, so I've been Googling how to do it myself.
There appears to be 2 options: (1) download the Spring Tool Suite 4, which comes with a new version of Eclipse and the Spring tools preinstalled, or, (2) add Spring Tool Suite to my existing Eclipse via searching the Marketplace.
I want to add it to my existing Eclipse Jee Oxygen IDE, as I have other langs and tools installed on it and I want to keep it all in the one place.
I've tried searching for it via the Marketplace wizard in Eclipse, but it doesn't appear.
I've also tried the "Drag & Drop" method using Eclipse.com's marketplace subdomain, and it just opens a new Marketplace wizard without any search parameters.
Does anyone know what could be wrong? Is there another way I can add the tools to my existing Eclipse?
Oxygen is the 2018 release, and is not one of the supported versions for that Marketplace entry.
2020-12 (4.18), 2020-09 (4.17), and 2020-06 (4.16) are what it lists, which is why it comes up empty when the wizard tries to load it---there's no compatible version of STS4 listed for Oxygen.
Get the current version, 2020-12, or try to update your existing install using the Update Site https://download.eclipse.org/releases/latest, then try it again.

unable to create dynamic web project in spring tool suite 4.2.1

Previously I used to create dynamic web project on eclipse but I want to make project on spring tool suite i.e 4.2.1 & I've never used it before, so does anybody knows how to create a dynamic web project in Spring Tool Suite 4.2.1 or a reference to where I can get, as I've been trying to create one since 4 hours. Please help me.
Referring to this thread
To solve this on STS 4.x.x
Click on Help.
Go to Install New Software.
Select the main Eclipse update site for 2019-09 ( if not added, you must click o add button and paste this URL:http://download.eclipse.org/releases/2019-09/ on both fields).
search for m2e-wtp which will be in the last. There are four extensions showing up and you should install the ones you prefer.
Restart your IDE
see https://github.com/spring-projects/sts4/issues/96#issuecomment-484522744 on martinlippert comment..
I've added link of latest current version.
Hope this helps..
The Spring Tools 4.2.1 for Eclipse distribution didn't contain the necessary features and extensions to create dynamic web projects. This got added for later Spring Tools 4 versions. So the easiest solution would be to install a fresh distribution of the latest Spring Tools 4.3.2 for Eclipse and go from there.
As an alternative, you could also install the missing pieces into an existing Spring Tools 4 for Eclipse installation via Install New Software, then selecting the main Eclipse repository from the dropdown list, waiting for the list of features to appear, and selecting the features you are missing.

STS Crash after project spring version upgrade 3 -> 4

Our application was using spring version 3.2.3.RELEASE and we decided to migrate it to 4.0.9.RELEASE.
After the upgrade we were unable to ever use STS again. When launch the workspace, STS stops responding after some time (5-30 min).
We tried downloading a STS new version, creating new workspaces, disabling all validations. Nothing worked so far but if we use a regular eclipse version we have no problems at all.
Does anyone have an idea on what could be the cause of this issue?
I would suggest to open an issue at https://github.com/spring-projects/spring-ide/issues and provide more details.
Especially interesting will be to capture a thread dump while STS is being unresponsive (using jps and jstack). Would be great if you could attach a few of them to the issue.
You also said that you ran a fresh STS installation (I assume STS 3.9.x) with a fresh workspace. So what exactly did you do before STS becomes unresponsive?

Problems with Osgi plugins in Domino Designer after 9.01. FP4

We have our own OSGI plugin with a set of custom code and some java libraries that we use cross projects. It is installed on servers via an update site and imported on developers Domino Designer.
It is working fine up to FP4, but in Domino Designer it is not added to bundles after FP4. For servers and Notes clients it works fine up to FP6 for which we have tested so far.
Tested now with FP7 on my Domino Designer, and the plugin installs fine both via update site and via manual import. However each time I open a database using this library I get build errors. It solves by going to the code, on the error select correct project configuration and adding our plugin to the required bundles. When I close the database and open again, I have to do the same process and we have the same problem with all databases using this plugin.
I have tested starting Notes with the osgi console, but all reports as it is installed normal there.
When viewing in package explorer before fixing the bundle I can see that the plugin is missing from Plugin dependecies and gets added there when doing the fix.
I just installed a fresh Domino Designer for a new user now and upgraded him directly to FP7. He got exactly the same problem. Downgrading him to FP4 solves the problem.
Anyone having the same problem or have ideas to how it can be solved?

Resources