Gregory Krasnow wrote:

> If you have...
>     Properties myprops = new Properties();
>     FileInputStream instream = new FileInputStream("xxx.properties");
>     myprops.load(instream);
>
> where should xxx.properties live?  what is considered to be the working
> directory for the JVM?
>
> - Greg
>
> --
> Gregory Krasnow
> Senior Software Engineer
> Stone Analytics, Inc.
> ph: (619)503-7540 x204
> fax: (619)503-7541
> email: [EMAIL PROTECTED]

The way we do this is use a .initArgs file to specify the full location of
our property files.







----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to