JMF如何找到所需的DLL

发布于 2024-11-17 14:46:35 字数 197 浏览 5 评论 0原文

我正在开发一个从网络摄像头捕获照片的小应用程序。我使用 NetBeans 7.0 开发了这个应用程序。当我通过 NetBeans 运行时,应用程序工作正常。但是当在包含应用程序的可执行 jar 文件的 NetBeans 外部执行时,它无法检测到网络摄像头。我将必要的库(jmf.jar)放在lib文件夹中。问题仍然存在。据我所知,我必须放置一些dll,有人可以详细说明吗?提前致谢

I am developing a small app that captures photos from the web cam.I developed this app using NetBeans 7.0 .App worked fine when i runned through NetBeans.But when executed outside NetBeans in the dist folder which contains the executable jar file of the app it couldn't detect the webcam.I placed the necessary libraries (jmf.jar) in the lib folder.Still the problem exists.As I heard i have to place some dll's can anybody ans elaboratly? Thanks in advance

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

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

发布评论

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

评论(1

木格 2024-11-24 14:46:35

您必须将 jmf.properties 文件包含在与可执行 jar 文件相同的目录中。

您将在 jmf 安装的 lib 文件夹中找到 jmf.properties 文件。对我来说它是:C:\Program Files\JMF2.1.1e\lib\jmf.properties

You must include the jmf.properties file in the same directory as your executable jar file.

You will find the jmf.properties file in the lib folder of your jmf installation. For me it was: C:\Program Files\JMF2.1.1e\lib\jmf.properties.

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