Create a project
- Open a workspace inEclipse.
- On theFilemenu, clickNew > Java Project.
- Type a name for the project. ClickFinish.
- In thePackage Explorerpane, expand your project folder.
- Right-click thesrcfolder. ClickNew > Class.
- Type a package name for the code sample (for example,com.rim.enterprise.admin.HelloWorld).
- Type a class name for the code sample (for example,HelloWorld).
- ClickFinish.