Hi,
I downloaded the java gdata client library (version 1.31) and found problems
with it. In particular, I'm getting the following exception:
java.lang.NoClassDefFoundError: com/google/common/collect/Maps
at
com.google.gdata.wireformats.AltRegistry.<init>(AltRegistry.java:118)
at
com.google.gdata.wireformats.AltRegistry.<init>(AltRegistry.java:100)
at com.google.gdata.client.Service.<clinit>(Service.java:512)
at
sample.appsforyourdomain.AppsForYourDomainClient.<init>(AppsForYourDomainCli
ent.java:100)
which suggests that the library is not including all the classes it needs in
its jar files (plus, I can't find that class in the source code either).
Moreover, looking at the source folder structure, it looks like the package
com.google.common is actually not there, while I found classes that depend
on it, and are sitting in the wrong folders(????). Specifically, I found the
class: com.google.gdata.common.annotations, incorrectly located in the
folder path: com/google/gdata/util/common (instead of being in
/com/google/common). Could somebody at Google please confirm this? Should we
be using version 1.30 of the libraries instead?
Thanks,
-Patricia
[email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---