Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
prabhu006
Posts: 7
Registered: ‎09-18-2008

Multiple Descriptors for an Application

Hi All,

 

I want to launch an application programatically, though ApplicationManager.runApplication(descriptor) works fine there are some cases where an application has multiple modules and there are multiple descriptors for a module. Is there any way to find which one is the entry point and pass that particular descriptor to the runApplication API !?

Please use plain text.
Developer
richard_puckett
Posts: 191
Registered: ‎04-03-2008

Re: Multiple Descriptors for an Application

AFAIK, there's no way to programmatically determine which is the "right" app descriptor to use; you just have to somehow know which one you want beforehand as there can be multiple valid entry points. 

Please use plain text.