View extensive system information

I'd like to know a way for getting the system information (hardware and software) with java. I know that System.getProperty

and similar methods gives me some information, but I wonder if it is possible to achieve something like the System Information included in Windows XP.

Thanks.

[303 byte] By [rabusmara] at [2007-11-27 1:40:08]
# 1
Look into java.lang.runtime http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html
desimundaa at 2007-7-12 0:54:01 > top of Java-index,Java Essentials,Java Programming...