get hardware information

Hello All,how can get system hardware information, like Hard disk ID, Mac address of LAN or motherboard ID, in Java? thanks!Hamzeh Khazaei.
[167 byte] By [khazaei@hamzeha] at [2007-11-26 18:15:55]
# 1
1. create a batch file with the command "systeminfo"2. Run the batch file from the process.exec().All the system info will be displayed in the command console.
AbiSSa at 2007-7-9 5:49:28 > top of Java-index,Java Essentials,Java Programming...