You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tika.apache.org by Pavol Vanek <pa...@gmail.com> on 2012/05/02 11:18:22 UTC

Re: java.lang.NoSuchFieldError detecting .xls files

Thanks. Everything works now with the newer Apache POI jar. :)

Pavol

On Thu, Apr 26, 2012 at 3:28 PM, Nick Burch <ni...@alfresco.com> wrote:

> On Thu, 26 Apr 2012, Pavol Vanek wrote:
>
>> I get a java.lang.NoSuchFieldError: SMALLER_BIG_BLOCK_SIZE_DETAILS using
>> the Apache Tika 1.1 jar from http://tika.apache.org.
>>
>
> You almost certainly have an older copy of Apache POI on your classpath.
> Tika needs a new copy of POI, and ships with one, but if you try to run
> with an old copy of POI things won't work
>
> Nick
>