Question
Apache POI
Hi,
I have installed cfx_excelQuery [ into web-inf\lib\ ], and registered the tag then extracted the zip[ poi-2.5.1-final-20040804 ] into \web-inf\lib\ ...Then restarted the CF service ..still I am getting this...I am using CF server 6,1,0,63958 on windows 2000 server..
Object Instantiation Exception.
Class not found: org.apache.poi.hssf.usermodel.HSSFWorkbook
The error occurred in D:\CFusionMX\wwwroot\1.cfm: line 12
10 : <cfscript>
11 : fis = createObject("java", "java.io.FileInputStream").init("c:\template.xls");
12 : wb = createObject("java", "org.apache.poi.hssf.usermodel.HSSFWorkbook").init(fis);
13 : sheetNumber = wb.getSheetIndex("Sheet1");
14 : fis.close();
I have installed cfx_excelQuery [ into web-inf\lib\ ], and registered the tag then extracted the zip[ poi-2.5.1-final-20040804 ] into \web-inf\lib\ ...Then restarted the CF service ..still I am getting this...I am using CF server 6,1,0,63958 on windows 2000 server..
Object Instantiation Exception.
Class not found: org.apache.poi.hssf.usermodel.HSSFWorkbook
The error occurred in D:\CFusionMX\wwwroot\1.cfm: line 12
10 : <cfscript>
11 : fis = createObject("java", "java.io.FileInputStream").init("c:\template.xls");
12 : wb = createObject("java", "org.apache.poi.hssf.usermodel.HSSFWorkbook").init(fis);
13 : sheetNumber = wb.getSheetIndex("Sheet1");
14 : fis.close();