--- Laurie Harper <[EMAIL PROTECTED]> wrote:
>      URL res = Thread.currentThread()
>          .getContextClassLoader()
>          .getResource(pathToConfigurationFile);
>      // Save the properties
>      OutputStream out = new FileOutputStream(res);
>      properties.store(out, "");

Ooo, I didn't know that.

Hopefully I'll never want to use it, but still really
good to know! :)

d.



 
____________________________________________________________________________________
Food fight? Enjoy some healthy debate 
in the Yahoo! Answers Food & Drink Q&A.
http://answers.yahoo.com/dir/?link=list&sid=396545367

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

Reply via email to