aspose file tools
The moose likes Java in General and the fly likes retrieving windows device manager info Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "retrieving windows device manager info" Watch "retrieving windows device manager info" New topic
Author

retrieving windows device manager info

Naadir Peterson
Ranch Hand

Joined: Sep 22, 2004
Posts: 37
Hi.

Is there any way to get the info of the a pc similar to the device manager. The system.getProperties() method only returns the o/s info etc. I need the hardware of a pc.

thanx
David Mace
Ranch Hand

Joined: May 26, 2004
Posts: 35
It's not directly possible in Java because the language is not that low-level. If you want machine-specific information, you'll need to either obtain or write yourself some native code and make the necessary calls through JNI (Java Native Interface). It allows you to make platform-specific native calls so that you can retrieve the type of information you're looking for.

Google for JNI for a nice tutorial by sun

David


Dad always thought laughter was the best medicine, which I guess is why several of us died of tuberculosis. -Jack Handy
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: retrieving windows device manager info
 
Similar Threads
Defining CSS for Blackberry and PC
problem with sound
How can we get Driver Info?
"PACKET DATA NOT SUBSCRIBED" error when using J2ME sockets (GPRS)
why should dataSource be used instead of Device Manager