The server does not support version 3.0 of the J2EE web module specification

前端 未结 4 1736
深忆病人
深忆病人 2020-12-31 04:59

The server does not support version 3.0 of the J2EE web module specification.

I am getting this error when I execute an application in

4条回答
  •  死守一世寂寞
    2020-12-31 05:59

    From you web project try to downgrade the Dynamic Web Module: project -> Properties -> project Facets

    If this has no effect, try to downgrade the EAR from your EAR project: project -> Properties -> project Facets

    If you can't change the versions from eclipse, edit manually the file org.eclipse.wst.common.project.facet.core.xml

提交回复
热议问题