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

Application Lifecycle Management

Search In Project

Search inClear

Multipart jar.wki#6860/HEAD / v10
 Version 1
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);