getting MAC Address of the Client from JSP
843836Aug 27 2003 — edited Nov 29 2007Hi All,
I have to capture the Mac address of the client to identify the client from a jSP page, For this I am creating an applet by which I can get the Mac address. I am using this applet in my jsp page, but the java console is giving me the error as java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
I think for this The applet should be Signed,
Can anyone tell me how to make the applet signed and also will I able to retrive the MAC Address of client machine if I put this applet in my jsp page.
I am using tomcat on win2k server
Your help is much apperciated.
Thanks in Advance