this.getClass().getClassLoader().getResourceAsStream(log4j.xml)

Hi everybody while reading xml file by this.getClass().getClassLoader().getResourceAsStream(joe/log4j.xml). getting following error

java.net.MalformedURLException

java.net.URL.<init>(URL.java:571)

at java.net.URL.<init>(URL.java:434)

at java.net.URL.<init>(URL.java:383)

(1) where joe/log4j.xml in c:\workspace\myapplication\webroot\joe\log4j.xml

(2) this appl deployed using myeclipse 5.1 and jboss-server 4.0.2

Can Any One ?

[494 byte] By [JeeDevelopera] at [2007-11-27 5:53:12]
# 1
This isn't a network question.And what you posted isn't java code.In your code you have something like this......getResourceAsStream(astring).You MUST print astring and look at it.Post you code and what you printed (not what you guessed it is.)
jschella at 2007-7-12 15:45:54 > top of Java-index,Core,Core APIs...
# 2
thanks,I got it
JeeDevelopera at 2007-7-12 15:45:54 > top of Java-index,Core,Core APIs...