应用程序(带有库项目)未显示在模拟器中
将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 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.