Feld, David E wrote: > Yeah, I am talking to IBM about this. When I was doing the building of > the itext jar, I had to get the following additional jars in order to > get the successful build, do you guys know if those were built with JDK > 1.4 version as well? > > bc.jar,
NOT NEEDED: bc.jar is a combination of the bcmail-jdk14-135.jar and bcprov-jdk14-135.jar. It was made especially for the iText toolbox Java Web Start application because jar for a JWS need to be signed. The original bc jar were already signed and JWS complained about this: the jars were signed by different instances. > bcmail-jdk14-135.jar, > bcprov-jdk14-135.jar, Quiz: what does jdk14 in the filename stands for? a. JDK 1.3 b. JDK 1.4 c. JDK 1.5 (Hint: it is NOT a trick question!) > crimson.jar, Not needed to build iText. >iTextAsian.jar, Not needed to build iText. > iTextAsianCmaps.jar, Not needed to build iText. > itext-hyph-xml.jar, Not needed to build iText. > jcommon.jar, Not needed to build iText. > jfreechart.jar, Not needed to build iText. > servlet.jar Not needed to build iText. Really, I don't understand why it takes so long to solve this rather obvious problem. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
