java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
java.lang.String com.eyes.client.GreetingService.getDataFeed() throws java.lang.IllegalArgumentException' threw an unexpected exception: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException What am I doing wrong? Researching this I saw that people were helped by adding google-collect-1.0-rc1

Re: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
: Service method 'public abstract java.lang.String com.eyes.client.GreetingService.getDataFeed() throws java.lang.IllegalArgumentException' threw an unexpected exception: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException What am I doing wrong? Researching this I saw

Re: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
com.eyes.client.GreetingService.getDataFeed() throws java.lang.IllegalArgumentException' threw an unexpected exception: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException What am I doing wrong? Researching this I saw that people were helped by adding google-collect-1.0-rc1.jar to the build path