Yang Yong wrote:
> Hi,
>
> When I use Itext 1.5.4 with JDK 1.3,it will throw exception as:
> java.lang.UnsupportedClassVersionError:
> com/lowagie/text/pdf/IntHashtable (Unsupported major.minor version 48.0)
> However,When I use Itext 1.5.4 with JDK 1.4,it works fine.So,Whether
> Itext1.5.4 must use JDK 1.4 or above?
This question has nothing to do with iText.
Look for "Unsuppported major.minor version 48.0" on Google,
and you'll find out that this error is thrown when you use
class files compiled with JDK 1.4 on a 1.3 JVM.
The solution is that you take the iText source code and
compile it using the JDK 1.3; in other words: you have to
build your own jar. And while you are at it, why don't
you use a more recent version of iText, the 1.5.x versions
were built especially for use with Eclipse/BIRT.
--
This answer is provided by 1T3XT BVBA
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php