Reputation: 115
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?
Upvotes: 3
Views: 16357
Reputation: 11
Best Solution is Download latest version of STS and after installation Go to "Help" click on "Install new software" Select all available sites Select XML, JAVA EE, OSGi enterprise development form the drop down list Select eclipse web development tools
You are issue will definitely resolve.
Upvotes: 1
Reputation: 1252
I was unable to create jsp file in STS & follow below steps & it worked for me.
And then finish and you will be able to create web project
Upvotes: 1
Reputation: 81
Solve this issue in Spring Tool Suite 4
Tested with 4.15.1 RELEASE
Go to Help -> Install New Software..
Enter eclipse software repo link (https://download.eclipse.org/releases/latest) in Work with input box.
You will get the list of available software. Filter the list by searching for Java EE related software. Search something like "java ee" to make things easier.
Choose Eclipse Java EE Developer Tools from the filtered list and proceed further with installation.
You may need to restart the STS IDE to install the update properly.
Upvotes: 8
Reputation: 1
Upvotes: 0
Reputation: 1919
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
Upvotes: 1
Reputation: 6508
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.
Upvotes: 0