在 Java Applet 中录制音频(策略文件选项)

发布于 2024-12-26 02:29:30 字数 207 浏览 1 评论 0原文

我构建了一个快速小程序来录制音频并将音频发送到服务器。除了策略文件问题之外,一切都运行良好。我不能很好地让用户打开策略工具并编辑小程序的权限,因为我确信这会关闭 100/100 个用户。是否有任何人可以想到的选择来绕过它?有没有办法让小程序像 Flash 一样提示他们接受?

PS 这是一个 Node.JS 服务器。多么有趣,Java 客户端与 JavaScript 服务器对话:)

I built a quick applet to record audio and send the audio to a server. Everything works great with exception of the policy file issues. I can't very well have users open up the policy tool and edit the permissions for applets, as I'm sure that would turn off 100/100 users. Are there any options anyone can think to get around it? Is there a way to have the applet prompt them for acceptance like in Flash?

PS It's a Node.JS server. How funny, a Java client talking to a JavaScript server :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青芜 2025-01-02 02:29:30

有没有办法让小程序提示他们接受..

对小程序代码进行数字签名。有关更多详细信息,请参阅签名和验证 JAR 文件

他们(最终用户)不需要将密钥导入到他们的密钥库中吗?

简短的回答,不。答案很长,最终用户只需在提示信任数字签名代码时单击“确定/是”,并且可能需要的任何导入都会自动发生。

尝试可信版本的文件服务演示,了解它的用途最终用户(即“简单”)。

Is there a way to have the applet prompt them for acceptance..

Digitally sign the applet code. See Signing and Verifying JAR Files for more details.

Don't they (the end user) have to import the key to their keystore?

Short answer, no. Long answer, the end user only has to click 'OK/Yes' when prompted to trust the digitally signed code, and whatever importing may be required happens automatically.

Try the trusted version of the file service demo. for a taste of how it might be for the end user (i.e. 'easy').

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文