Hi,
when attempting to use POI, I get various NoSuchMethodErrors, different ones for each version of POI that I try. Which version was the release candidate compiled with?
Example errors:
when attempting to use POI, I get various NoSuchMethodErrors, different ones for each version of POI that I try. Which version was the release candidate compiled with?
Example errors:
Code: Select all
andjava.lang.NoSuchMethodError:
org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryEntry;
at org.textmining.text.extraction.WordExtractor.extractText(WordExtractor.java:51)
Code: Select all
Thanks.22:37:14,370 ERROR [ObservationDispatcher] Synchronous EventConsumer threw exception.
java.lang.NoSuchMethodError: org.apache.poi.hwpf.model.CHPBinTable.<init>([B[BIII)V
at org.textmining.text.extraction.WordExtractor.extractText(WordExtractor.java:111)