Configure the VM arguments in your project
To save information about your specific environment, such as your
BlackBerry® Administration Service and your administrator accounts, you can configure the variables as VM arguments.
- On the Run menu, click Run Configurations.
- Click the Arguments tab.
- In the VM arguments field, add an argument for the fully qualified domain name of the BlackBerry Administration Service.
-Dbasurl="<serverName>"
- On the next line in the VM arguments field, add an argument for the name of the administrator account for the BlackBerry Administration Service, that you created for your application.
-Dusername="<accountName>"
- On the next line in
the VM arguments field, add an argument for the password for the administrator account.
-Dpassword="<password>"
- On the next line in
the VM arguments field, add an argument for the location of the key store that you created (for example, C:\Program Files\Java\jre6\lib\security\bas.keystore).
-Djavax.net.ssl.trustStore="<keystore>"
-Djavax.net.ssl.trustStorePassword="<password>"
- Click Apply.
- Click Close.
Was this information helpful? Send us your comments.