R: [iText-questions] Image in a war file

2005-04-06 Thread Bacchin Verdiana
The command Image.class.getClassLoader().getResourceAsStream("images/logo.gif") return null, why? Thanks, Verdiana Bacchin Verdiana wrote: >Hi Bruno. >I've a little problem. >I'm trying to insert an image "namefile.gif" in a war file that is in a >ear file. I try to use Image.getInstanc

Re: R: [iText-questions] Image in a war file

2005-04-06 Thread Bruno Lowagie
Bacchin Verdiana wrote: The command Image.class.getClassLoader().getResourceAsStream("images/logo.gif") return null, why? Google for getResourceAsStream. Chances are the image is not where you expect it to be. br, Bruno --- SF email is sponsore