Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java小程序如何从与客户端计算机在同一网络中的任何设备读取数据文件
是否可以使用签名的小程序或任何安全策略?
已签名的小程序没有对未签名的小程序施加的安全限制,并且可以在安全沙箱之外运行。
这个问题类似,虽然答案不多。
http://www.roseindia.net/java/example/java/applet/readFileApplet.shtml
在这里,我找到了一个示例应用程序,正是我想要的,感谢所有答案,因此无需签署小程序,因为他们可以读取数据来源:)