Hi!
I know, that I can't get hardware information over Java itself.
Does anyone know a good API, over which I can get informations about the
system hardware?
Greetings,
Christian.
IchBin - 22 Jul 2006 00:03 GMT
> Hi!
>
[quoted text clipped - 5 lines]
> Greetings,
> Christian.
I though that I answered you question in the other thread for using
Hyperic Sigar. That should work.
The best you can do for sun api's, that I know of, is the
java.util.Properties Class
Example:
http://javaalmanac.com/egs/java.lang/GetAllSysProps.html
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
fiNAL.Y - 22 Jul 2006 06:58 GMT
I think you should use Java Native Interface
JPractitioner - 24 Jul 2006 13:20 GMT
Hi, u might want to read this
http://forum.java.sun.com/thread.jspa?threadID=615562&messageID=3424234
Was a discussion about retrieving MAC address. Well, its part of our
hardware info right ;)
> Does anyone know a good API, over which I can get informations about the
> system hardware?