Correct.

To resolve the issue in my setup, I had to remove the older guava jar library 
file. 



On Oct 14, 2011, at 11:25 AM, Sean Owen <[email protected]> wrote:

> It sounds like there's a Guava version conflict. I think we use the
> fairly recent r09. That update happened... maybe 5-6 months ago? Not
> recent, but there was an update at some point.
> 
> On Fri, Oct 14, 2011 at 4:13 PM, Steven Bourke <[email protected]> wrote:
>> Hi Guys,
>> 
>> I just downloaded the latest SVN and updated my java project to point
>> towards the newly compiled JAR's. I'm getting the following error when I run
>> my code, can anyone point me in the right direction as to what may have
>> changed? I've included the various dependencies etc. as per usual.
>> 
>> Exception in thread "main" java.lang.NoSuchMethodError:
>> com.google.common.base.Platform.precomputeCharMatcher(Lcom/google/common/base/CharMatcher;)Lcom/google/common/base/CharMatcher;
>> at com.google.common.base.CharMatcher.precomputed(CharMatcher.java:662)
>> at com.google.common.base.CharMatcher.<clinit>(CharMatcher.java:69)
>> at com.google.common.base.Splitter.on(Splitter.java:121)
>> at
>> org.apache.mahout.cf.taste.impl.model.file.FileDataModel.<init>(FileDataModel.java:181)
>> at
>> org.apache.mahout.cf.taste.impl.model.file.FileDataModel.<init>(FileDataModel.java:148)
>> at
>> com.bourke.facebook.process.Clustering.BuildData.splitBeforeAndAfter(BuildData.java:98)
>> at com.bourke.facebook.process.Clustering.BuildData.main(BuildData.java:133)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>> 

Reply via email to