ClassNotFoundException: com.sun.jersey.spi.container.servlet.ServletContainer

前端 未结 3 1076
旧巷少年郎
旧巷少年郎 2021-01-23 12:24

Hi Guys i am new to maven and webapps, so please bear with me. I have gone through most of the solutions in stack overflow like java.lang.ClassNotFoundException: com.sun.jersey

3条回答
  •  误落风尘
    2021-01-23 13:10

    So finally i made it work with Jboss. If others are facing this problem and don't want to use jetty (i still use it during development phase). Right click your eclipse project Properties -> Deployment Assembly -> Add -> Java Build Path Entries -> Maven Dependencies -> Finish. Clean install maven build. Copy war file to Jboss standalone deployment folder.

提交回复
热议问题