Hallo,
I use POI 3.0.1 for my file upload on my Tomcat server where I got the following failure:
"java.lang.NoSuchMethodError: org.apache.poi.util.StringUtil.getFromUnicodeLE([BII)Ljava/lang/String;
org.apache.poi.hwpf.model.SavedByTable.<init>(SavedByTable.java:71) org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:229)
"
On the Tomcat Server WEB-INF/lib directory I have:
- poi-3.0.1-FINAL-20070705.jar
- poi-contrib-3.0.1-FINAL-20070705.jar
- poi-scratchpad-3.0.1-FINAL-20070705.jar
Is there somebody who has idea why is that?
I use POI 3.0.1 for my file upload on my Tomcat server where I got the following failure:
"java.lang.NoSuchMethodError: org.apache.poi.util.StringUtil.getFromUnicodeLE([BII)Ljava/lang/String;
org.apache.poi.hwpf.model.SavedByTable.<init>(SavedByTable.java:71) org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:229)
"
On the Tomcat Server WEB-INF/lib directory I have:
- poi-3.0.1-FINAL-20070705.jar
- poi-contrib-3.0.1-FINAL-20070705.jar
- poi-scratchpad-3.0.1-FINAL-20070705.jar
Is there somebody who has idea why is that?