I have this small problem. I'm running my app within the JBoss app server. All works fine for the older excel file format, the .xls. For the new, that requires more libraries, especially those inside of the ooxml-lib folder, nothing works. The code compiles but when running I'm getting the class-not-found exception because jars inside of the ooxml-lib folder can't be found, I think. None of the tomcat based application servers scan the WEB-INF/lib folder for more folders inside. The jar files directly in the WEB-INF/lib folder will be scanned but not if I put them in some folder in there. Since the older HSSP libraries require just one jar file, all works fine. Anyone knows where should I put the required jars to get the JBoss (or tomcat) to see them? I tried to put them directly where all of my jars are but that didn't work. The poi-ooxml-3.7-20101029.jar file has some references to the ooxml-lib folder I guess so it has to be in there. Thanks for any suggestion... Greg.
-- View this message in context: http://apache-poi.1045710.n5.nabble.com/WEB-INF-lib-tp3424392p3424392.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
