Reputation:
I am using Eclipse Indigo with Google AppEngine SDK (and no GWT)
Project setup starting with a clean default project:
java.lang.ClassNotFoundException: com.sun.jersey.spi.provider.container.servlet.ServletContainer
Upvotes: 1
Views: 602
Reputation: 144
You should add jersey-servlet.jar
as well. At some point this class was migrated there.
Upvotes: 2