Creating the BlackBerry Project

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.
    Note: When the Eclipse Workspace Launcher prompts you to select a workspace, do not choose one that you are using with Unwired WorkSpace. If necessary, select or create a new workspace.
  2. Click File > 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 the Java Settings page, 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\UnwiredPlatform\ClientAPI\RBS\BB.
    4. Select all the JAR files (for example, by pressing Ctrl + A), then click Open.
    5. Click Finish.