jersey and jax-rs RI2 - missing HttpServerFactory

前端 未结 3 892
日久生厌
日久生厌 2021-02-05 23:16

I have a simple project to test JAX-RS services. Yesterday I downloaded jersey-1.7.1 and used com.sun.jersey.api.container.httpserver.HttpServerFactory and com.sun.net.httpserve

3条回答
  •  暖寄归人
    2021-02-05 23:40

    You can also get the bundle from here http://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.2 Just add it to your library folder then right click on it in the project and select "Add as a library."

提交回复
热议问题