Hi, by using System.getProperties() i can get the details of my machine.Is there any way by which i could find the details of a remote host. thanks in advance Peer
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
No. Only a JVM running on a machine can get at those properties, and even then a security manager might not allow it. Not to mention the fact that some of those properties depend on the runtime environment; without one, they have no fixed meaning.
In Java5 the JConsole uses new (and old?) APIs to get things like the following. You should be able to use them, too. I chopped this up a bit because it was over 4k characters wide ...
and another page
Does that cover any of the things you were interested in? [ February 17, 2006: Message edited by: Stan James ]
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi