Hi, On 05/04/2011 07:55 AM, Sascha Rodekamp wrote:
Here are an extraction of my code to understand what i'm try to do:InputStream is = new FileInputStream(file); Tika tika = new Tika(); tika.detect(is); It alwas throws an java.io.IOException: Read error
Do you have the exception stack trace? -- Jukka Zitting
