information about remote machine....

i want to get information like operating system,ram size,hard disk size,ip address of the computers that are in network through java code...
[147 byte] By [arnab_santua] at [2007-11-26 17:35:20]
# 1
give me a abiut brief idea
ravitamballa@gmail.coma at 2007-7-9 0:03:21 > top of Java-index,Core,Core APIs...
# 2
My computer has access to the internet, that is, it is "in network". Still I would not like your java code's telling the operating system, ram size, hard disk size, ip address etc.
BIJ001a at 2007-7-9 0:03:21 > top of Java-index,Core,Core APIs...
# 3
There is no Internet protocol that will give you that information AFAIK. If you need it you will have to write it.
ejpa at 2007-7-9 0:03:21 > top of Java-index,Core,Core APIs...
# 4
You can get some of this information through LDAP/ActiveDirectory, but you'll see there only what your sysadmin has put there.
genadya at 2007-7-9 0:03:21 > top of Java-index,Core,Core APIs...