Hi,
I downloaded samples as part of jersey-snapshot-0.8-ea.
in the examples javax.ws.rs.ConsumeMime was not recognizing, so I added
the dependency with jsr311-api.jar.
when I deploy the application, its giving the error
*java.lang.NoClassDefFoundError: javax/ws/rs/core/Application.
*so which jar file is required to make application deploy and Test.*
*
Thanks,
Anil