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.

