I'm using embedded Jetty with Jersey to form a REST API.
When I export from Eclipse using the Runnable JAR wizard, if I select "Package required libraries into generated JAR", when I run the JAR, I get the error
The ResourceConfig instance does not contain any root resource classes
If I select "Extract required libraries into generated JAR", I get no error, and all the resource classes are detected.
I can't use the Extract method for production due to licensing issues.
Anyone got any fixes or workarounds?