从java小程序读取任何网络设备上的数据文件?
java小程序如何从与客户端计算机位于同一网络的任何设备读取数据文件
是否可以使用签名的小程序或任何安全策略?
how can java applets read data file from any device which is in same network with client computer
is it possible with signed applets or with any security policy ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已签名的小程序 不具备安全性对未签名的小程序施加的限制,可以在安全沙箱之外运行。
这个问题很相似,尽管答案不多。
Signed applets do not have the security restrictions that are imposed on unsigned applets and can run outside the security sandbox.
This question is similar, although there aren't many answers.
http://www.roseindia.net/java/example/java/ applet/readFileApplet.shtml
在这里我找到了一个正是我想要的示例应用程序感谢所有答案
所以不需要签署小程序,因为它们可以读取来自它们的数据:)
http://www.roseindia.net/java/example/java/applet/readFileApplet.shtml
here i found a sample application exactly what i want thanks for all answers
so there is no need to sign applet because they can read data where they are originated from :)