Hi,

  I tried to open a property file from within my
custom UserManager program, however, Orion was unable
to find my file. I just don't know where should I put
my property file so it can be located by the following
command:

        props_ = new Properties();
        try {
          URL aURL =
getClass().getClassLoader().getResource(fileName);
          InputStream in = (InputStream)aURL.openStream();
          props_.load(in);

Thanks a lot.

__________________________________________________
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com

Reply via email to