How to load a resource from an external jar  
Author Message
Ahmed Moustafa





PostPosted: 2003-8-25 12:38:00 Top

java-programmer, How to load a resource from an external jar If a jar file exists in the classpath, how can I load a resource from
that external jar? Is it different from
"this.getClass().getClassLoader().getResource"?

Thanks in advance!

 
Harald Hein





PostPosted: 2003-8-25 13:01:00 Top

java-programmer >> How to load a resource from an external jar "Ahmed Moustafa" wrote:

> Is it different from
> "this.getClass().getClassLoader().getResource"?
>

No, why don't you try it?
 
Ahmed Moustafa





PostPosted: 2003-8-25 13:50:00 Top

java-programmer >> How to load a resource from an external jar Harald Hein wrote:
> "Ahmed Moustafa" wrote:
>
>
>>Is it different from
>>"this.getClass().getClassLoader().getResource"?
>>
>
>
> No, why don't you try it?

Yeah, right! I tried it and it worked fine.