I\'m trying to run a jersey client and facing this issue.
WS Class:
import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; im
In my case I was not pulling in the jersey-core jar as a runtime dependency. Once i added it seemed to work fine.