Hi
is there a problem if i do some thing like below

URL url = null;
        url =
this.getClass().getClassLoader().getResource("approvals.properties");
        if(url== null)
        {
           
ClassLoader.getSystemResource("approvals.properties");
        }


Ashish

--- Ashish Kulkarni <[EMAIL PROTECTED]>
wrote:

> Hi
> how do i find all the properties file available in
> classpath??
> 
> Ashish
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to