It doesn't look like an iText error, jchar1Array doesn't exist and is not called anywhere; besides, hyphenation was not touched as you can see if you do a diff to the previous version. If you still think that iText is at fault post a small, self contained, runnable program so that I can reproduce the problem here.
Best Regards, Paulo Soares > -----Original Message----- > From: Thomas K�bler [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 9:02 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Hyphen > > Good morning, > > i get an error with itext0.97 and the hyphenation-pattern. > > java.lang.NoClassDefFoundError: jchar1Array > at > com.lowagie.text.pdf.hyphenation.Hyphenator.getFopHyphenationTree(Hyphenat > or.java:121) > at > com.lowagie.text.pdf.hyphenation.Hyphenator.getHyphenationTree(Hyphenator. > java:49) > at com.lowagie.text.pdf.hyphenation.Hyphenator.<init>(Hyphenator.java:32) > at com.lowagie.text.pdf.HyphenationAuto.<init>(HyphenationAuto.java:75) > at pdflib.PDFZeile.setHyphen(PDFZeile.java:84) > at pdflib.PDFZeile.setZelle(PDFZeile.java:255) > at pdflib.PDFColumn.getZeilenTextTest(PDFColumn.java:333) > at pdflib.PDFColumn.getText(PDFColumn.java:292) > at pdflib.PDFColumn.<init>(PDFColumn.java:124) > at pdflib.PDFObjekt.setknoten(PDFObjekt.java:211) > at pdflib.DOMOutputter.output(DOMOutputter.java:104) > at pdflib.DOMOutputter.output(DOMOutputter.java:128) > at pdflib.DOMOutputter.handleDOM(DOMOutputter.java:61) > at pdflib.PDFPower$1.handleDOM(PDFPower.java:275) > at com.devsphere.xml.saxdomix.SDXBuilder.endElement(SDXBuilder.java:371) > at org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1398) > at > org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidat > or.java:1007) > at > org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch( > XMLDocumentScanner.java:1200) > at > org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanne > r.java:380) > at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:908) > at pdflib.PDFPower.parse(PDFPower.java:266) > at pdflib.PDFPower.pdfaufbauen(PDFPower.java:219) > at pdflib.PDFPower.doPdf(PDFPower.java:152) > at pdflib.Start.main(Start.java:65) > > i get this error when i work with the lib iTextHyph.jar. when i switch the > lib off, itext can't find the pattern. > > thank you again. > > thomas k�bler > ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
