Hello, I'm using poi-3.5-alpha1. When I try to extract text from PPT the
following error message displayed. pls help.
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryNode;
at org.apache.poi.hslf.HSLFSlideShow.<init>(HSLFSlideShow.java:129)
at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:92)
at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:85)
at Main.main(Main.java:37)
I am using Netbeans 5.5 as a development envt.
I am thankfull for your help,
Endashaw