Tomcat throws ClassNotFound exceptions for classes in other open eclipse projects

后端 未结 6 965
予麋鹿
予麋鹿 2020-12-08 01:05

I have an eclipse project structure that looks something like this:

eclipse
    project a
    project b

All of these projects are Maven pro

6条回答
  •  感情败类
    2020-12-08 01:37

    Have you installed the m2eclipse extension that know about WTP? Without it m2e will not work correctly for WTP projects. See this:

    https://docs.sonatype.org/display/M2ECLIPSE/WTP+mini+howto

提交回复
热议问题