From the current application on a Blackberry, how do I (using Java):
- launch another application
- uninstall another application
From the current application on a Blackberry, how do I (using Java):
To invoke internal (native BlackBerry) applications you can use the Invoke class, and to launch third-party applications you can use the ApplicationManager class. More details can be found on this forum post.
To uninstall an application, see this forum post. I'm not sure if it would work to uninstall an application other than your own, but I can't think of a reason to do that anyway unless you're writing some sort of application management app.