NoClassDefFoundError in web application running on Tomcat 7

前端 未结 4 443
面向向阳花
面向向阳花 2021-01-02 12:46

I have web application written in Java using gucie-servlet framework being built by Maven 3. When I deploy it on Tomcat 7 container and try to access it using browser, Tomca

4条回答
  •  遥遥无期
    2021-01-02 13:05

    Copy the files

    • com.sodius.mdw.core.jar
    • org.eclipse.emf.common.*version_name.jar
    • org.eclipse.emf.ecore.**.jar
    • org.eclipse.emf.ecore.xmi_2.9.1.v20130827-0309.jar

    in your ServletProjectName/WebContent/Web-INF/lib

提交回复
热议问题