You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

There are three multipart jars that are required for jersey 2.0. They are jersey-media-multipart-2.0.jar, mimepull-1.9.jar, javax.inject.jar. You also need to add the MultiPartFeature.class to the applicationconfig.java.

resources.add(MultiPartFeature.class);