使用 Java applet 中的 COM 对象
我想实现一个 Java 小程序来包装特定的 COM 对象,以便在 IE 以外的浏览器中使用它的功能。可以这样做吗?或者某些小程序安全权限会禁止这样做?
I want to implement a Java applet to wrap specific COM object to use it's functionality in browsers other than IE. Can this be done or some applet security permissions will prohibit that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果小程序可以加载 COM 对象,则它必须经过数字签名并受到最终用户的信任。换句话说,典型的沙盒小程序将无法加载它们。
If an applet can load COM objects, it would have to be digitally signed and trusted by the end user. To put that another way, a typical sand-boxed applet would not be able to load them.