Error
java.lang.NoClassDefFoundError: com/sun/jersey/api/client/config/ClientConfig
com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:418)
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
Error Type
Runtime
Cause
This class is part of jersey-client. Seems like the dependency was available at compile time but not at runtime.
Possible Cause 1
Missed jersey-client in the classpath
Possible Cause 2
If Maven is being used make sure the right dependency scope is used ( Test scope doesn't apply to normal execution )
Possible Cause 1
Missed jersey-client in the classpath
Possible Cause 2
If Maven is being used make sure the right dependency scope is used ( Test scope doesn't apply to normal execution )