Re: [iText-questions] image not being loaded - possibly classpath issue

2007-01-23 Thread Arif Abbasi
() method and see if it works. Thanks arif -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: Tuesday, January 23, 2007 11:01 AM To: Post all your questions about iText here Subject: Re: [iText-questions] image not being loaded

Re: [iText-questions] image not being loaded - possibly classpath issue

2007-01-23 Thread Bruno Lowagie (iText)
Arif Abbasi wrote: > Can some one help me with this? I have no idea where you are storing the image, but have you tried /images/vblogowhite.gif Do some more reading on loading resources. http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassLoader.html#getResource(java.lang.String) http://java.s

Re: [iText-questions] image not being loaded - possibly classpath issue

2007-01-23 Thread Arif Abbasi
Hi I have a requirement to add a few images to my report title page. The problem is that report generation classes are in Jar file and NOT part of war file (where the action classes reside). I cannot change this packaging as this will have an impact. So, my class structure is like: com.abc