On Wed, 6 Jul 2011, hdamle wrote:
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryEntry
This is almost always caused by compiling against one version of POI, and trying to run against a different one. Check that you really are using the same versions for both, and see the FAQ http://poi.apache.org/faq.html#faq-N10006 for help on locating additional POI jars if the issue is duplicate copies
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
