Is that file included in google-api-java-client-1.6.0-beta.zip? I see this:

dependencies      google-http-client-extensions-android2-1.6.0-beta.jar
google-api-client-1.6.0-beta.jar
 google-http-client-extensions-android2-1.6.0-beta-sources.jar
google-api-client-1.6.0-beta-sources.jar
 google-http-client-extensions-android3-1.6.0-beta.jar
google-api-client-extensions-1.6.0-beta.jar
 google-http-client-extensions-android3-1.6.0-beta-sources.jar
google-api-client-extensions-1.6.0-beta-sources.jar
 google-oauth-client-1.6.0-beta.jar
google-api-client-extensions-android2-1.6.0-beta.jar
 google-oauth-client-1.6.0-beta-sources.jar
google-api-client-extensions-android2-1.6.0-beta-sources.jar
 google-oauth-client-extensions-1.6.0-beta.jar
google-http-client-1.6.0-beta.jar
 google-oauth-client-extensions-1.6.0-beta-sources.jar
google-http-client-1.6.0-beta-sources.jar      LICENSE
google-http-client-extensions-1.6.0-beta.jar      readme.html
google-http-client-extensions-1.6.0-beta-sources.jar

I dug out the GAE starter project for Google+ (
http://code.google.com/p/google-plus-java-starter/source/checkout) and did
this:

jar xvf google-api-services-plus-v1-1.2.4-beta-sources.jar
  created: com/
  created: com/google/
  created: com/google/api/
  created: com/google/api/services/
  created: com/google/api/services/plus/
  created: com/google/api/services/plus/model/
 inflated: com/google/api/services/plus/model/ActivityObjectResharers.java
 inflated: com/google/api/services/plus/model/Acl.java
 inflated: com/google/api/services/plus/model/PeopleFeed.java
 inflated: com/google/api/services/plus/model/Comment.java
 inflated: com/google/api/services/plus/model/ActivityActorImage.java
 inflated: com/google/api/services/plus/model/CommentInReplyTo.java
 inflated: com/google/api/services/plus/model/ActivityObjectPlusoners.java
 inflated: com/google/api/services/plus/model/PersonOrganizations.java
 inflated: com/google/api/services/plus/model/CommentFeed.java
 inflated: com/google/api/services/plus/model/CommentActor.java
 inflated: com/google/api/services/plus/model/ActivityObjectReplies.java
 inflated: com/google/api/services/plus/model/CommentObject.java
 inflated: com/google/api/services/plus/model/PlusAclentryResource.java
 inflated: com/google/api/services/plus/model/PersonName.java
 inflated:
com/google/api/services/plus/model/ActivityObjectAttachmentsFullImage.java
 inflated: com/google/api/services/plus/model/PersonUrls.java
 inflated: com/google/api/services/plus/model/PersonEmails.java
 inflated: com/google/api/services/plus/model/ActivityProvider.java
 inflated: com/google/api/services/plus/model/ActivityObjectAttachments.java
 inflated:
com/google/api/services/plus/model/ActivityObjectAttachmentsEmbed.java
 inflated: com/google/api/services/plus/model/PersonPlacesLived.java
 inflated: com/google/api/services/plus/model/Activity.java
 inflated: com/google/api/services/plus/model/ActivityObjectActor.java
 inflated:
com/google/api/services/plus/model/ActivityObjectAttachmentsImage.java
 inflated: com/google/api/services/plus/model/ActivityFeed.java
 inflated: com/google/api/services/plus/model/ActivityObjectActorImage.java
 inflated: com/google/api/services/plus/model/CommentActorImage.java
 inflated: com/google/api/services/plus/model/ActivityActor.java
 inflated: com/google/api/services/plus/model/PersonImage.java
 inflated: com/google/api/services/plus/model/ActivityObject.java
 inflated: com/google/api/services/plus/model/Person.java
 inflated: com/google/api/services/plus/Plus.java
 inflated: com/google/api/services/plus/ApiClient.java

It's an older version, but it looks like it's defined there. Where did you
get the 1.3.0 version from? It could have been mispackaged.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Sat, Dec 31, 2011 at 1:24 AM, Jon <mrjonandr...@gmail.com> wrote:

> Anybody got any ideas why I'm getting class def not found errors when
> trying to use com.google.api.services.plus?
>
> I'm using the google-api-services-plus-v1-1.3.0-beta.jar
>
> ...Which is included in the google-api-java-client-1.6.0-beta.zip. All the
> other classes from that zip seem to build ok.
>
> My project is a non Maven project btw.
>
> Uncaught exception from servlet
> java.lang.NoClassDefFoundError: com/google/api/services/plus/Plus
>
> Maybe I'm missing some dependencies or maybe app engine is sandboxing it
> as it compiles fine?
>
> Any suggestions greatly appreciated!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/G0-Ks_v_CuwJ.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to