Re: Getting java.lang.NoClassDefFoundError: com/google/common/io/ByteSink

2013-11-02 Thread Oliver
- We use Maven - *guava-jdk5-13.0.1*. However, we changed to *guava-jdk5-14.0.1* and this seems to have fixed the problem. Thanks Oliver On Friday, November 1, 2013 5:29:38 AM UTC, Takeshi Hagikura (AdWords API Team) wrote: Hi Oliver, We haven't changed anything about the new Java

Re: Getting java.lang.NoClassDefFoundError: com/google/common/io/ByteSink

2013-10-31 Thread Takeshi Hagikura (AdWords API Team)
Hi Oliver, We haven't changed anything about the new Java library. Loos like the ByteSink class in the guava library is missing. Let me confirm following to narrow down the issue: - Are you using Maven or using dependent jars directly? - Either way, please confirm

Re: Getting java.lang.NoClassDefFoundError: com/google/common/io/ByteSink

2013-10-29 Thread David Torres (AdWords API Team)
Hi Oliver, Which Java library are you using? old or new one? Best, - David Torres - AdWords API Team On Friday, October 25, 2013 5:51:41 AM UTC-4, Oliver wrote: Our application downloads reports daily and has been running well for over a year. Last night we saw this error for the first

Re: Getting java.lang.NoClassDefFoundError: com/google/common/io/ByteSink

2013-10-29 Thread Oliver
We're using the new one (version 1.18.1) Oliver On Tuesday, October 29, 2013 5:16:58 PM UTC, David Torres (AdWords API Team) wrote: Hi Oliver, Which Java library are you using? old or new one? Best, - David Torres - AdWords API Team On Friday, October 25, 2013 5:51:41 AM UTC-4,

Getting java.lang.NoClassDefFoundError: com/google/common/io/ByteSink

2013-10-25 Thread Oliver
Our application downloads reports daily and has been running well for over a year. Last night we saw this error for the first time: *java.lang.NoClassDefFoundError: com/google/common/io/ByteSink * Has anything changed in the API that could have caused this? Oliver -- --