How to access Main Application from alternate entry point on Blackberry?

余生长醉 提交于 2019-12-02 07:13:41
RVG

Using the BlackBerry® Java® Plug-in for Eclipse®

After creating the project for the original application,

  • create an alternate entry point to launch the application UI.

  • Double click on BlackBerry_App_Descriptor.xml within your project.

  • Check off System Module and Do not display the application icon on the BlackBerry home screen.
  • Click on the Alternate Entry Point tab.
  • Click the Add... button.
  • Enter a title for the entry point and click OK.
  • Specify the application argument that would launch the application using this alternate entry point (for example: gui).
  • Proceed to the Common Steps section.

for Moreinfo:

http://supportforums.blackberry.com/t5/Java-Development/Set-up-an-alternate-entry-point-for-an-application/ta-p/444847

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!