user1091980
user1091980

Reputation:

Google AppEngine gives Jersey ServletContainer ClassNotFoundException

I am using Eclipse Indigo with Google AppEngine SDK (and no GWT)

Project setup starting with a clean default project:

Upvotes: 1

Views: 602

Answers (2)

Borislav
Borislav

Reputation: 144

You should add jersey-servlet.jar as well. At some point this class was migrated there.

Upvotes: 2

Tung S Pham
Tung S Pham

Reputation: 21

the class ServletContainer is in the jersey-bundle.jar

Upvotes: 2

Related Questions