Search code examples
springeclipsespring-bootspring-tool-suite

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.


Solution

  • Referring to this thread

    To solve this on STS 4.x.x

    1. Click on Help.
    2. Go to Install New Software.
    3. 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).
    4. search for m2e-wtp which will be in the last. There are four extensions showing up and you should install the ones you prefer.
    5. 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..