java.lang.NoClassDefFoundError: com.lowagie.text.Document

2.2k Views Asked by At

I've been using droidText.0.2.jar in my app for creating pdf files and it worked great. Today I updated eclipse and all of a sudden I get the following error "java.lang.NoClassDefFoundError: com.lowagie.text.Document" I checked the compiler settings and it appears to be set to JDK 1.6. I desperately need to get this fixed asap and I'm all out of ideas.

0

There are 0 best solutions below