I'm not sure if this is classed as 'Advanced Java' but how would one go about getting a computers hwid (Hardware ID) using java?
Thanks,
shadrxninga
Printable View
I'm not sure if this is classed as 'Advanced Java' but how would one go about getting a computers hwid (Hardware ID) using java?
Thanks,
shadrxninga
The answer is simple: you don't. At least not with core Java. You'll have to interface it with a utility written in another language as this is something that Java by itself just can't do.