views:

633

answers:

2

Hi, I am trying to add a third party zip file to my project while using Blackberry plugin for eclipse. Whenever I build the project,the zip files disappear. Is there any way to compile the project with third party zip files? Please help.

A: 

Please help.

imMobile
+1  A: 

To add some third party lib see Handling dependencies in blackberry development
To add zip to your project just copy it into your src folder and refresh project.
BTW in new Eclipse BB PlugIn 1.1 you can copy resources to res folder as well.

see also How to retrieve data from a attached zip file in Blackberry application?

Max Gontar
Thankyou Coldice for your response
imMobile
:) You're welcome!
Max Gontar