Hai, I want to write a java class which can identify the hard disk serial number Somebody please help sambhu
Sathyee
Greenhorn
Joined: Dec 26, 2002
Posts: 3
posted
0
I too need the processor id or board serial number for an application.
To be the Best in whatever I do ...
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
I don't know of anything in Java that lets you get at such hardware details. I think you are going to have to write native code specific to particular hardware and link to it with JNI. Bill