| Author |
How to get MAC Address in Java
|
Neir Kate
Greenhorn
Joined: Jan 24, 2007
Posts: 7
|
|
Hi all, Does anyone know, how to get the MAC Address (Physical Address) from Java code? Thanks in advance, Regards, Neir Kate
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26138
|
|
Neir, There isn't a Java API for this. However, you can use Runtime.exec() and get the value from your operating system.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: How to get MAC Address in Java
|
|
|