Java Applet 无法工作,警告/错误:无法完全启用无头模式
我无法弄清楚这一点。 我有捕获网络摄像头的 Java 代码,它非常适合我的需要。 当我试图用它制作一个小程序时,问题就出现了。我做了一个小程序,但它根本不起作用。它不会产生任何可见的错误,不会抱怨库,基本上没有什么我可以理解的。我在控制台日志(Mac OS 10.5)中唯一能看到的是以下消息:
PluginProcess[10143] Process manager already initialized -- can't fully enable headless mode.
我对如何修复它没有任何想法。请指教。 谢谢。
PS:我只想用现有代码制作 Java Applet,这样我就可以将其转储到机器(任何)中,并且它可以从网络摄像头传输视频。
I can't figure this one out.
I have Java code that captures Webcam, it works awesome for what I need.
Issue comes along when I am trying to make an Applet out of it. I made applet, but it simply doesn't work. It doesn't create any visible errors, doesn't complain about libraries, basically nothing I can grub on to. The only thing I can see in Console log (Mac OS 10.5) is following message:
PluginProcess[10143] Process manager already initialized -- can't fully enable headless mode.
I don't have any ideas on how to fix it. Please Advise.
Thank you.
P.S: I just want to make Java Applet out of existing code so I can dump it into machine (any) and it can stream video from webcam.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://bugzilla.mozilla.org/show_bug.cgi?id=574904#c23 表示“此消息是
红鲱鱼:无论何时,您总是会看到它(使用 Apple/Sun 的 Java Plugin2)
Java 小程序已显示。”
https://bugzilla.mozilla.org/show_bug.cgi?id=574904#c23 says "this message is a
red herring: You always see it (using Apple/Sun's Java Plugin2) whenever any
Java applet is displayed."