While running the code once compiled , you may get the same error, hence try copying them to
C:\Program Files\Java\jre6\lib\ext (Replace C with your drive) Alternatively add the respective jars in your classpath and then fire the javac and jar commands Nick Burch wrote: > > On Thu, 4 Jun 2009, [email protected] wrote: >> I downloaded the ZIP file of the latest latest release version, version >> 3.2. > >> javac ExcelTest.java >> ExcelTest.java:5: package org.apache.poi.xssf.usermodel does not exist >> org.apache.poi.xssf.usermodel.XSSFWorkbook workbook = new >> org.apache.poi.xssf.usermodel.XSSFWorkbook(); > > xssf isn't in poi 3.2. You'll want to grab a 3.5 beta if you want to work > with XSSF. (The docs on the site reference the state of svn, if you want > to work just with poi 3.2, then please use the docs in the release) > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Installing-POI-tp23870158p23894868.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]
