On 29/06/2011 18:59, Himanshu wrote: > when I double click the .jar itself If you make a simple HelloWorld example, why are you creating a jar? Why not just test it with javac? If you want to make a jar clickable, you need to define a Main-Class in the MANIFEST.MF file. In any case: you need to learn how to walk, before trying to run. This is not an iText question. This is a newbie Java question. Please don't touch iText before you master Java.
------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
