Create a project
- Open a workspace in Eclipse®.
- On the File menu, click New > Java Project.
- Type a name for the project and click Finish.
- In the Package Explorer pane, expand your project folder.
- Right-click the src folder and click New > Class.
- Type a package name for the code sample (for example, com.rim.bes.bas.baa.HelloWorld and HelloWorld).
- Type a class name for the code sample (for example, HelloWorld).
- Click Finish.
- Add the Creating your first application code sample to the new class file.
Next topic: Configure the VM arguments in your project
Previous topic:
Creating your first application