The exception with message:
> class file has wrong version 48.0, should be 47.0
is in contradiction with:
> the java version on my unix machine is 1.4.2_05
You compiled (javac) your source code with a version that was
newer than the JVM (java) used to execute it.

So you made a mistake if you think you are using the 1.4.2_05 JVM.
I'm not saying that, your JVM is saying that by throwing that
exception.

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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to