https://bz.apache.org/bugzilla/show_bug.cgi?id=57957

            Bug ID: 57957
           Summary: java.lang.NoClassDefFoundError:
                    org/apache/poi/wp/usermodel/Paragraph when using
                    XWPFDocument
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: HWPF
          Assignee: [email protected]
          Reporter: [email protected]

When I'm attempt to use the class XWPFDocument to open a specific file, is
return me a error message: javax.servlet.ServletException:
java.lang.NoClassDefFoundError: org/apache/poi/wp/usermodel/Paragraph. 

Here is the line code:

XWPFDocument doc = new
XWPFDocument(OPCPackage.open(MyClass.class.getResourceAsStream(fileName)));

-- 
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