I\'m new to blackberry, currently I\'m developing a project, in that project I need to add a jar(Ksoap) file. For this I created a project and I added the jar file which I r
My recipe:
preverify
tool included in the JDE (the path is "C:\Program files\Research In Motion\BlackBerry JDE x.x.x\bin", where the x's are version numbers).src
folder.This will work for a given project. If you try to do the same in another project, you'll get a RuntimeException because there are classes with the same name (the package names collide). You can refactor the packages in jar for each project, or add the jar to a library project instead of the main project, so that other projects can use it.