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