'Dynamic web project missing in STS
I am facing one issue with Spring tool suite 4, I don't see "Dynamic web project" option. I want to create one dynamic web project but I do not find this option in my Spring tool suite. How to install those external tool in Spring tool suite, however I got few link i.e http://download.eclipse.org/releases/mars for eclipse, should I use this link for Spring tool suite as well?
Solution 1:[1]
https://github.com/spring-projects/sts4/issues/96#issuecomment-484522744
Short version: fixed in Spring Tools 4.2.2 (coming in late May 2019), workaround is to install the m2e-wtp features from the main Eclipse update repo into an existing Spring Tools 4 for Eclipse install.
Solution 2:[2]
To solve this on STS 4.x.x
Go to Install New Software.
Select the main Eclipse update site for 2019-03 ( if not added, you must click o add button and paste this URL: http://download.eclipse.org/releases/2019-03 on both fields)
search for m2e-wtp 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
Solution 3:[3]
- If you dont see dynamic web project in File->New and also in other
- Then go to help -> install new software
- copy paste this http://download.eclipse.org/releases/mars/ and click enter if it is the first time then it take lot of time to download depends upon the internet Once it get started downloading a pop will appear as trust click on that
- After downloading make sure to restart STS and check whether dynamic web project is showing or not
- check in file->new or else check in Others
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Martin Lippert |
Solution 2 | Jorge López |
Solution 3 | srividya |