Re: [iText-questions] NoClassDefFoundError for com.itextpdf.text.Image

2011-10-07 Thread 1T3XT BVBA
On 7/10/2011 22:33, Steve Nester wrote: > java.lang.NoClassDefFoundError: com/itextpdf/text/Image Seems like the iText jar isn't loaded on your client. Did you debug on the client side? Do you see the iText jar being downloaded and stored on the client side. I guess that's what's going wrong. Or m

[iText-questions] NoClassDefFoundError for com.itextpdf.text.Image

2011-10-07 Thread Steve Nester
Hello, I am using the itextpdf-5.1.2.jar to convert a scanned image to a PDF. I reference the iText classes in a java applet that runs fine when I launch it from within an Eclipse IDE, however when I attempt to deploy it to a directory and run it from a web browser, I get an exception: java.lang.