Unable to associate project with a runtime server in eclipse IDE

前端 未结 4 741
孤街浪徒
孤街浪徒 2021-02-02 16:50

\"enterI had created a dynamic web project. AS of now it has a jsp file which am trying to run. Wh

4条回答
  •  臣服心动
    2021-02-02 17:24

    I know it's already answered question, but I like to share my solution with new users if I can help..

    For me the problem was because of the Dynamic wen Project version, 3.0 work with java 1.7 ( I was using 3.1) . If it didn't work you can access .settings folder in your project, org.eclipse.wst.common.project.facet.core.xml file and set the version that you need.

    
    

    Hope I can help new users

提交回复
热议问题