Creating the BlackBerry Project

Goal: Create a new BlackBerry project in the BlackBerry Java Plug-in for Eclipse, where you add functionality and finish developing the application.

Prerequisites
Install the BlackBerry Java Plug-in for Eclipse.
Task
  1. Start the BlackBerry Java Plug-in for Eclipse.
  2. From the toolbar, select New > BlackBerry Project.
  3. In the New BlackBerry Project wizard, use these values and click Next.
    • Name – enter SUP101Sample
    • Use a project specific JRE – select BlackBerry JRE 6.0.0

    bb_newbb_project
  4. In Java Settings, modify the build path to point to the correct location for sup_client_rim.jar and UltraLiteJ.jar.
    1. Click the Libraries tab.
    2. Click Add External Jars.
    3. Browse to <UnwiredPlatform_InstallDir>\ClientAPI\RBS\BB.
    4. Ctrl-click to select both JARs, then click Open.
    5. Click Finish.
      If required, restart Eclipse.
Next
Indicate BlackBerry application properties.