bhaskar <bhaskarbolo <at> gmail.com> writes: > > Hi Nick, > > Can you please tel me how to write core java xml classes > > -- > View this message in context: http://apache-poi.1045710.n5.nabble.com/Re-org-apache-poi-POIXMLException-java-lang-reflect-InvocationTargetException-tp4534706p4534891.html > Sent from the POI - User mailing list archive at Nabble.com. >
Hi, I had the same problem. I was using POI 3.6 with jre 6 and I didn't have any problems, but later when I tried to use POI 3.6 with jre 5 and the exception appeared (org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException). The solution was to add ooxml-schemas-1.0.jar and geronimo-stax-api_1.0_spec-1.0.jar to the classpath Regards, Erick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
