JAVA - Weird NoClassDefFoundError in : com/lowagie/textDocumentException
问题 This is the situation. I need to add PDF generation to a program that already has PNG generation. Initially the 2 classes involved are : ActionUsuels From where the constructor of CaptureImage3D is called. When I added the PDF generation I added a method at the CaptureImage3D class. Before adding the PDF generation, the PNG generation worked correctly. But now when I try to do the PNG generation, I get a : NoClassDefFoundError : com/lowagie/text/DocumentException . I know it means that the