I\'m trying to run Jersey on Jetty on Android.
I\'ve created an Android that instantiate a Jetty Server with a Jersey Servlet. Anyway when I start Jetty and visit a REST
don't use package/any other scanning on .. not supported platforms.
Classnames property: com.sun.jersey.config.property.classnames should work for you (you need to explicitly declare all your root resource (@Path annotated) classes).