I am trying to use jersey-client and getting "java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider org.glassfish.jersey.internal.RuntimeDelegateImpl could not be instantiated: java.lang.IllegalStateException: No generator was provided and there is no default generator registered" I am getting this when making all required jars to single jar and removing META-INF folders. FYI: If i kept all jars itself then it's working fine.
So what is the solution to do so..