You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by "Michael J. Prichard" <mi...@mac.com> on 2006/05/25 21:21:29 UTC

WordDocument not reading Word Docs....

Hello.

All I need to do is extract the text from Word docs.  Here is what I am 
doing...

        String f = new String("C:\\test\\attach\\0-Team Member Handbook 
4-26-05.DOC");
        WordDocument wd = new WordDocument(f);

I get the following error:

java.lang.ArrayIndexOutOfBoundsException: 2055

Any ideas?

-Michael

P.S.  I am running it with Java 5 (1.5 update 6)

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/