Java Dynamic Web project with Maven and Eclipse

前端 未结 4 2096
温柔的废话
温柔的废话 2020-12-12 16:32

I have several questions about creating a Java Web application with Maven and Eclipse:

  • How do I create a Java web project with servlets, jsp, and other classes
4条回答
  •  爱一瞬间的悲伤
    2020-12-12 17:02

    Just create a normal "Dynamic Web Project". Then right click the project name and select Configure > Convert To Maven Project. It can take up to a minute to complete the conversion, so be patient. See the following article:

    http://aykutakin.wordpress.com/2013/12/04/create-eclipse-dynamic-web-project-with-maven-2/

    If that doesn't work, try this:

    http://crunchify.com/how-to-create-dynamic-web-project-using-maven-in-eclipse/

提交回复
热议问题