Loaded Class URL

Hi everybody!I have the next question:Given a loaded class in the JVM, how can I find the URL of the class ?I mean from where was loaded the class ?Thanks for you support!
[206 byte] By [JSarmisa] at [2007-9-19]
# 1
this.getClass().getResource("the.class");
DrClapa at 2007-7-8 > top of java,Core,Core APIs...