[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

[iText-questions] unable to compile itext source files

2007-07-16 Thread Milan Pandya
Hello, I downloaded itext source files from the website. I extracted the files in my home directory and it created a folder itext-src-2.0.4 I had to rename the folder to src. After doing the above step, I ran successfully ant build.xml, and later on ant compile and also ant jar While doing ant co

[iText-questions] error: bad class file - while compiling example

2007-07-03 Thread Milan Pandya
Hello, I am new to itext. I followed all the instructions found on itext website. Things, I did were 1. download itext-2.0.4.jar file and add it to my development library 2. download HelloWorld.java file 3. executing it. I did the above steps in windowsXP and it worked perectly... But when I trie