According to documentation, all I need for Jersey client is jersey-bundle.jar. But simple code, that build request and sent it throws exception.
java.lang.ClassNotFoundException: javax.ws.rs.ext.Providers
After adding jsr311-api-1.0.jar to classpath. I’ve got another exception.
java.lang.NoClassDefFoundError: javax/ws/rs/core/Response$StatusType
Where I can find full dependencies list for Jersey. What jars should be included. Btw I can’t user Maven, Ivy, etc.
Thanks
Try searching mvnrepository.com
Lookup the package you are looking for, select a version and it shows you everything the artifact depends on.
For jersey-bundle: http://mvnrepository.com/artifact/com.sun.jersey/jersey-bundle/1.13-b01