Hi, How can i retrieve deep system info such as memory installed in my
pc, cpu model(HW info) and SW info such as programs installed in my
machine?
Exits a java lib can perform this o part of these tasks?
I want to build a program for pc inventory and i need this info...
Thanks a lot !!
Have a nice day or night and life !
Arne Vajhøj - 28 Oct 2006 01:32 GMT
> Hi, How can i retrieve deep system info such as memory installed in my
> pc, cpu model(HW info) and SW info such as programs installed in my
> machine?
JNI and WMI.
Arne