[rescue] Java - code to detect MAC address?

R. Lonstein ross-sunhelp at lonsteins.com
Sat Feb 15 20:49:49 CST 2003


On Sat, Feb 15, 2003 at 03:02:50PM -0500, Eric Webb wrote:
	[snip]
> A guy at work approached me asking if I could help him
> figure out a cross-platform way of determining MAC address
	[snip]
> The guy is using Java, so if there's a way to do this from
> Java, that would be cool, too.
	[snip]

I think it is intentionally abstracted out. That said, there is a
jpcap package on sourceforge that does ARP but it works through JNI
calls to platform-specific bit of code (dll or .so).

- Ross


More information about the rescue mailing list