Re: [iText-questions] error while compiling HelloWorld.java

2007-07-17 Thread Bruno Lowagie
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

[iText-questions] error while compiling HelloWorld.java

2007-07-17 Thread Milan Pandya
Hello, This question was posted before by me and thanks for replying it. I did manage to solve most of the issues. This is what I did, I downloaded the source files from svn repository. I performed "ant jar" and it build successfully. It created itext.jar and build folder inside which there is a