This is a good idead Wendy but  I can't change their code..


Sumit wrote: 
> Now the question that I have for you bright folks out there is how am I 
> supposed to go about 
> feeding this application its property file:) 

Will this do? 

ClassLoader cl = YourClassName.class.getClassLoader(); 
Properties props = new Properties(); 
props.load( cl.getResourceAsStream( "some.properties" ) ) ; 

-- 
Wendy Smoak 
Applications Systems Analyst, Sr. 
Arizona State University PA Information Resources Management 

Reply via email to