Even so there is no native code within itext.jar only Java bytecode, this makes iText a "Pure Java" implementation of library and application code.
This is pretty easy to verify and audit yourself as there are no .SO or .DLL files shipped with it (which would commonly encapsulate native code). There is also no specific versions for specific platforms, which would be another indicator of native code use. This is because as Bruno hinted at why would you a "Java(tm) developer" care exactly what native execution environment your application is running on as the point of java bytecode is to provide some platform independence from this very issue. So whatever your reasons maybe the issue of 64bit java is moot. Maybe this is one for the FAQ and the homepage, "What is iText? What is iText?" "iText is a library that allows you to generate PDF files on the fly, written entirely in Java so can be considered a "Pure Java" implementation." HTH Darryl ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/
