i try to keep up with a java rest service. So i found some tutorials, which explain always the same way. But i cant get this running :(.
I made Dynamic Web Project in Ve
You're using the old (1.x) Jersey configuration. In Jersey 2.x, the class namescpaces and property names have changed. You should instead use
org.glassfish.jersey.servlet.ServletContainer jersey.config.server.provider.packages ...
See other deployment options here