WebServices in Java using Jersey

后端 未结 2 1423
孤城傲影
孤城傲影 2021-01-14 18:14

We have tried to create sample webservices helloworld in Java using Jersey and Tomcat by following these links:

  • http://www.vogella.de/articles/REST/article.htm
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-14 18:29

    Have you copied all the Jersey downloaded files to the lib folder ?

    It is giving ClassNotFoundException at com.sun.jersey.spi.container.servlet.ServletContainer

提交回复
热议问题