Re: Getting Properties and Session Object
Posted By:
John_Zukowski
Posted On:
Wednesday, May 29, 2002 08:56 PM
Assuming the System call was getProperties()... you would use that one when you know that the user might pass settings from the command line. You can set them with the -D option, as in -Dfoo=bar where foo is one of the properties you might set and bar is value.