This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Properties
- To: Anthony Green <green AT cygnus dot com>
- Subject: Re: Properties
- From: Warren Levy <warrenl AT cygnus dot com>
- Date: Mon, 13 Sep 1999 14:30:24 -0700 (PDT)
- cc: jsturm AT sigma6 dot com, aph AT pasanda.cygnus.co.uk, java-discuss AT sourceware.cygnus dot com
On Mon, 13 Sep 1999, Anthony Green wrote:
> The other thing to worry about is what takes precedent? Built in
> properties? Command line properties? Environment variables?
> My suggestion, in decreasing priority order is:
>
> 1 - command line (on gij)
> 2 - environment variable
> 3 - built in
Yes, this order looks good; this is the priority order I've seen
implemented most typically.
--warrenl