Originally posted by Azriel Abramovich:
I am trying to access an enviroment variable from Java.
Meaning: I set (in Win2k) an enviroment variable:
My Computer -> Properties -> Advanced -> Enviroment Variables -> System Vars.
This does not reflect in System.getProperties()
Is there a way I can access that, or god forbid the registry?
In general I want to access a variable in a manner that will be platform independant.
Thanks!
The grouping separator is commonly used for thousands, but in some countries it separates ten-thousands. The grouping size is a constant number of digits between the grouping characters, such as 3 for 100,000,000 or 4 for 1,0000,0000. If you supply a pattern with multiple grouping characters, the interval between the last one and the end of the integer is the one that is used. So "#,##,###,####" == "######,####" == "##,####,####".