https://issues.apache.org/bugzilla/show_bug.cgi?id=44869

           Summary: method getFromUnicodeLE doesn't exist in
                    org.apache.poi.util.StringUtil
           Product: POI
           Version: 3.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
        AssignedTo: dev@poi.apache.org
        ReportedBy: [EMAIL PROTECTED]


if i want to extract text from powerpoint sheets in different ways i always get
a runtime exception about the non-(no longer?) existent method
'org.apache.poi.util.StringUtil.getFromUnicodeLE'
(poi-bin-3.0.2-FINAL-20080204)

Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.poi.util.StringUtil.getFromUnicodeLE([B)Ljava/lang/String;
        at
org.apache.poi.hslf.record.CurrentUserAtom.init(CurrentUserAtom.java:160)
        at
org.apache.poi.hslf.record.CurrentUserAtom.<init>(CurrentUserAtom.java:112)
        at
org.apache.poi.hslf.HSLFSlideShow.readCurrentUserStream(HSLFSlideShow.java:275)
        at org.apache.poi.hslf.HSLFSlideShow.<init>(HSLFSlideShow.java:131)
        at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:92)
        at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:85)

. . .


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to