hi,
i just installed GData feature eclipse plugin. i created a sample
contact project, with no change in original code i am getting
following error in eclipse console :
Exception in thread "main" 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 Contacts.main(Contacts.java:36)
Caused by: java.lang.ClassNotFoundException:
com.google.common.collect.Maps
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 4 more
please help me to fix it out. i am using eclipse 3.4 on vista.
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts 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-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---