Re: [iText-questions] itext with gcj (Eclipse GCJBiuilder plugin)

2007-05-10 Thread Bruno Lowagie (iText)
> It seems, hat the gcj has a problem with synchronized blocks and doesn’t > know javax.xml package. I fear you'll have to make your own sized down version of iText in order to compile it with GCJ (you're allowed to do so if you follow the license). br, Bruno

RE: [iText-questions] itext with gcj ?

2003-08-14 Thread Paulo Soares
gcj has very poor awt support. Use the itext-paulo-jdk1.1-125.jar instead. Better yet: - get itext-paulo-jdk1.1-125.zip (that's the source) - replace "com.sun.java.util.collections.Comparable" with "Comparable" - replace "com.sun.java.util.collections." with "java.util." Best Regards, Paulo Soa