M. Salah Ghalloussi wrote: > Hello everybody, > > I need your Help Please > > It´s something wrong with the following program > > I get the following error and i don now what to do!!! > Exception in thread "main" java.lang.UnsatisfiedLinkError: > PdfColorInfo.colordetectnative(Ljava/lang/String;)V
The color detection class uses non-Java code in an external library. When this library is not loaded/available, an unsatisfied link error is thrown. Do you have the necessary library? -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
