when i try to extract text from microsoft word document POI goes out of memory when actually memory is not so much consumed by jvm. Any body knows how to solve this also is there any new version of poi in pipeline. Code goes out of memory at this line
byte[] tableStream = new byte[size]; the file size is only 24 kb but it is password protected for opening. Any help??????