Re: [iText-questions] unable to run the program which uses itext---please help

2010-11-06 Thread 1T3XT info
On 6/11/2010 15:45, valar chandran wrote: > Hi All, > I downloaded itext-2.1.7.jar file to the folder E:\java\jdk1.6.0_22\bin > and wrote a java program GeneratePdf.java > I placed the GeneratePdf.java in the same folder E:\java\jdk1.6.0_22\bin > > Then I compiled the program using > > javac -class

[iText-questions] unable to run the program which uses itext---please help

2010-11-06 Thread valar chandran
Hi All, I downloaded itext-2.1.7.jar file to the folder E:\java\jdk1.6.0_22\bin and wrote a java program GeneratePdf.java import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream; import java.util.Date; import com.lowagie.text.Document; import com.lowagie.text.Parag