Lesson 1: Create a BlackBerry JDE project
In this lesson, you create a new BlackBerry Java Development Environment (JDE) project.
- From the JDE File menu, choose New Workspace.
- Choose a location for your workspace; for example, c:\tutorials. Name the workspace HelloBlackBerry and click OK.
- In this tutorial, the workspace contains a single project. From the Project menu, choose Create New Project.
- Name the project HelloBlackBerry and click OK.
- Add the UltraLiteJ JAR file to the project.
- In the Workspace window, right-click the project and choose Properties.
- On the Build tab, click Add, which is located next to the Imported Jar Files field.
- Browse to the UltraLiteJ\J2meRim11\UltraLiteJ.jar file in your UltraLiteJ installation and click Open.
- Click OK to close the Properties window.
- From the Project menu, choose Set Active Projects. Select the HelloBlackBerry project and click OK.
- Save the project.