This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Dear all, I am planning to write a licensing module which will validate the mac address of a system. For that i want to know can i get the mac address of a system by using applets.
thanks in advance
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Java can't access low-level details like this without resorting to native code using the JNI API. And since you can't ship an applet with native libraries, this won't work.