SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Contact App not working - #390

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.build the application using ant
2.run the application by double clicking the jar file or by running the command 
java -jar ContactsExample

Exception Occurs
NoClassDefFoundError for .../util/NoLongerAvailableException 
caused by 
ClassNotFoundException : .../util/NoLongerAvailableException

Google Contacts API Version 3 link here: 
https://developers.google.com/google-apps/contacts/v3/#audience

and Java samples from the same link.

Original issue reported on code.google.com by msaudi.cse@gmail.com on 8 Jun 2012 at 8:02

GoogleCodeExporter commented 9 years ago
issue has been resolved. It seems like I must run the project using the ant 
script command given. not by double click or java command.

Original comment by msaudi.cse@gmail.com on 8 Jun 2012 at 8:57