views:

223

answers:

1

Hi, I just started developing apps for the Blackberry and ran into a glitch. I was trying to add an external java class to my project in Eclipse (Version: 3.4.1) and realized that the "Add File to Blackberry Project" option was missing. I'm not sure if I missed something in the installation but I ran a sample project and it compiled and simulated fine. Can someone please help me fix this? Did I miss something in the installation? Any help is greatly appreciated. Thanks in advance.

+2  A: 

According to this blackberry support thread

This menu item is no longer present. You can add resource files to your project by adding a new file using Eclipse' Import menu option.

Is this a library JAR file? If so, you can create a BlackBerry library project and convert the JAR file into a library COD file.

Other than that, you can follow this tutorial, which give some advice on the installation and usage of that plugin.

alt text

VonC
Additionally, copy and paste work a treat!
TreeUK