小程序无法访问 NetworkInterface.getHardwareAddress() api
我有一个要求,我想使用小程序读取客户端 m/c 的 mac 地址。
但经过一番谷歌搜索后,我发现小程序在受保护的沙箱模式下运行,并且无法访问 NetworkInterface.getHardwareAddress() api。因此,当小程序在浏览器中运行时,我没有得到 mac 地址,而当小程序从 Eclipse 运行时,我得到了 mac 地址。
请告诉我如何让小程序可以访问 NetworkInterface.getHardwareAddress() api。
I have a requirement wherein I want to read the mac address of client m/c using an applet.
But after some googling I found that applets run in a protected sandbox mode and can't have access to NetworkInterface.getHardwareAddress()
api. And because of that I am not getting mac address when applet runs in browser where as i get the mac address when applet runs from Eclipse.
Please let me know way so that applet can get access to NetworkInterface.getHardwareAddress()
api.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要授予所需的权限。请参阅此处。
You need to grant the required permission. See here.