黑莓上的 zxing 低于 6.0

发布于 2024-11-17 13:55:48 字数 291 浏览 2 评论 0原文

我正在使用 zxing 集成黑莓的条形码扫描仪应用程序。我可以通过命令行使用 build.xml(由 google 代码上的 zxing 包提供)创建 cod 文件。但是,当我将完整的代码添加到项目并使用 eclipse 构建它时,它会给出错误,因为找不到 javame 模块。因此,我已将 javame.jar 添加到项目属性导出部分(单击 javame.jar 复选框)。但随后我无法启动该应用程序。它使打包应用程序失败。

我是否只需要使用 ant 构建它,或者是否有一种可能的方法可以将 zxing 包合并到我的应用程序中。

谢谢

I was integrating the barcode scanner app for blackberry using zxing. I am able to create cod file using the build.xml(provided with the zxing package on google code) via command line. But when I add the complete code to a project and build it using eclipse it gives me error as javame module not found. So I have added the javame.jar to the project properties export section(Clicked the javame.jar checkbox). But then I am unable to launch the application. It gives packaging application failed.

Do I need to only build it with the ant or is there a possible way where I can incorporate the zxing package inside my application.

Thanks

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

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

发布评论

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

评论(1

剪不断理还乱 2024-11-24 13:55:48

只需将源包添加到您的应用程序中即可 - 不要使用已编译的库。我似乎记得黑莓上有一行需要编辑(与删除相机拍摄的图像有关,如果抛出异常只需将其注释掉)

Just add the source package to your application instead - don't use a compiled library. I seem to remember there's a single line that needs editing on BlackBerry (something to do with deleting the image taken by the camera, if it throws an exception just comment it out)

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