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
>
http://java.apache.org/faq/?file=150
Craig McClanahan
----------------------------------------------------------------
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]