k***@gmail.com
2015-04-21 07:52:37 UTC
On Tue, 20 May 2003 10:50:41 -0400, "Jiong Tang"
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/iraq.html for links about the Iraq war.
Hi,It gives me a quite long list. But I am wondering where do they come from?
Are they stored somewhere in a file and etc?
They are not stored. They are generated by a native method.Are they stored somewhere in a file and etc?
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/iraq.html for links about the Iraq war.
For the above query i wanted to know whether i can access the system property explicitly through following code:
Properties p = System.getProperties();
p.put("check_value", "true");
System.setProperties(p);
now the property is returning null when i access it in different process/application with
System.getProperty("check_value").
is there any way by which we can set the system property which is accessible to all the processes