BlackBerry
 





Home > Worldwide Developers > Java Knowledge Base Search > Knowledge Base Article

Java Knowledge Base

Knowledge Base Article

Updating registry settings to deploy Java applications using Desktop Manager

Article Information: If you create an installer for your application, the installer can update registry settings so that your application appears in the Application Loader in BlackBerry Desktop Manager. This is optional, but it means that users do not have to manually click Add in the Application Loader to select the .alx file. Add a string (REG_SZ) value to the following registry key:

HKEY_CURRENT_USER\Software\Research In Motion\BlackBerry\Loader\Packages

Create the registry value as follows:

Name:

  • The value name is the same the value in the .alx file. By default, this is the same as the project name in the IDE.
    For example: com.rim.helloworld.
Data:
  • The value data is the full path to the location where you install the .alx file on the user’s computer.
    For example: C:\temp\Files\samples\sampleapp.alx



More Information:

       
 Legal | Copyright © 2002 Research In Motion Limited, unless otherwise noted.