Development Guide
Local Navigation
- The BlackBerry Application Development perspective
-
Managing BlackBerry
application projects
- Creating a BlackBerry application project from a template
- Create a BlackBerry application project
- Create a Java source file in a BlackBerry device application project
- Import a BlackBerry application project from an existing workspace
- Import a BlackBerry Java Plug-in sample application
- Import a file into a BlackBerry application project
- Delete a file from a BlackBerry application project
- Change the properties of a BlackBerry application project
- Project dependencies
- Add a project dependency
- Add a .jar file dependency
- Specify the application settings for a BlackBerry application project
- Specify compiler settings for a BlackBerry Application project
- Specify the build settings for a BlackBerry application project
- Specify the alternate entry point settings for a BlackBerry application project
- Managing BlackBerry device application memory
- Building a BlackBerry device application
- Running BlackBerry device applications that use protected APIs
- Testing and debugging BlackBerry applications
- Making BlackBerry device applications available to BlackBerry device users
- Localizing BlackBerry device application projects
- Glossary
- Legal notice
BlackBerry Manuals & Help
>
Developer Documentation
>
BlackBerry Java Plug-in for Eclipse
>
BlackBerry Java Plug-in for Eclipse (Mac)
>
Development Guide
BlackBerry Java Plug-in for Eclipse - 1.5
Add a .jar file dependency
- In the Package Explorer view, right-click the project that you want to add a dependency to.
- Click Build Path > Configure Build Path .
- Click the Libraries tab.
- Complete one of the following tasks:
- Select the .jar file that you want this project to depend on. The .jar file must be generated by a Java® application project. You cannot add a BlackBerry® application project of the Library type in this manner.
- Click OK.
Previous topic: Add a project dependency