Skip Navigation

Create a project

  1. Open a workspace in
    Eclipse
    .
  2. On the
    File
    menu, click
    New > Java Project
    .
  3. Type a name for the project. Click
    Finish
    .
  4. In the
    Package Explorer
    pane, expand your project folder.
  5. Right-click the
    src
    folder. Click
    New > Class
    .
  6. Type a package name for the code sample (for example,
    com.rim.enterprise.admin.HelloWorld
    ).
  7. Type a class name for the code sample (for example,
    HelloWorld
    ).
  8. Click
    Finish.