|
Home > Archive > WebSphere Application Server > January 2005 > where is the system properties ??
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
where is the system properties ??
|
|
| bijoWang 2005-01-24, 5:54 pm |
| hi, I know the method System.getProperties() will return sets of key/value
pair of the system such as "java.home", "java.vendor". I think these
entries must be stored in a file somewhere, and that method just read that
file. But where is the file for these default system properties ??
thanks !
bijo
| |
| Ken Hygh 2005-01-24, 5:54 pm |
| bijoWang wrote:
>hi, I know the method System.getProperties() will return sets of key/value
>pair of the system such as "java.home", "java.vendor". I think these
>entries must be stored in a file somewhere, and that method just read that
>file. But where is the file for these default system properties ??
>
>thanks !
>
>bijo
>
>
>
>
>
Most of them are compiled into the JVM and can't be changed.
You can ADD to the properties (-D on the JVM command line), but I don't
know of a way to remove or alter the standard ones.
Ken
|
|
|
|
|