应用程序(带有库项目)未显示在模拟器中

发布于 2024-10-27 01:26:07 字数 293 浏览 2 评论 0原文

将 Library 项目的 jar 文件放入我的应用程序中。我通过使用项目属性使我的应用程序依赖于 Library.jar。库项目包含所有代码,包括主类。我能够编译库和 Blackberry 应用程序,编译后,它是也生成 .cod 、 .jad 文件。我确实清理了项目和模拟器并进行了编译,但没有运气。我尝试将其从 4.7 编译到更高版本,但没有结果。 如果我将主类移至 BB 应用程序,它无法识别库项目中的相关类。 我手动将 .cod 文件加载到模拟器但没有结果。 当我在控制台选项卡中编译应用程序时,它显示“未找到入口点”。

有人能弄清楚问题是什么吗?

jar file of Library project into my app.I make my app dependant to Library.jar by using project properties.The library project contain all code including main class also.I am able to compile both library and Blackberry app and after compiling, it is generating .cod , .jad files too. I did clean both the project and simulator and compiled but no luck . I tried to compile it from 4.7 to higher versions but no result.
If I move the main class to BB app it is not recognizing the related classes from Library project.
I load the .cod files to simulator manuvally but no result.
When I am compiling the app in console tab it is showing "No entry point found".

Can anybody figure out what the issue is?

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

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

发布评论

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

评论(1

云归处 2024-11-03 01:26:07

检查 BlackBerry_App_Descriptor.xml 中的复选框:“不在 Blackberry 主屏幕上显示应用程序图标”,因为您可能不小心单击了它。

如果未选中该选项,请检查 BlackBerry_App_Descriptor.xml 文件中是否指定了图标文件。

Check the BlackBerry_App_Descriptor.xml for the checkbox: "Do not display the application icon on the Blackberry home screen" as you might have accidently clicked it.

If that is unchecked, then check if an icon file is being specified in the BlackBerry_App_Descriptor.xml file.

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