I want to add a jar file to my BlackBerry project. I have tried adding the jar file by the following manner ->
- Right click on project -> properties -> Build -> Imported jar files -> Add
But after that, whenever I try to run the application I get "Module abc.jar not found error".
How do I add a jar file to a BlackBerry project?