Now days I am getting a problem in attaching JAR files in Blackberry…..
I am using Eclipse 3.5 and I am using Facebook Jar SDK , in my Application.
I am doing the following things for attach the Jar in my Application
- Copy the Jar in my Application Resources
- Right Click on MyProject “Properties” , then a window appear I select “Java Buid Path” and select “Libraries” and select “Add JAR” option …and last I give the path of Jar wher I put it.
- And Go to “Order and Export” and select the Added Jar (Check Mark ), then press Ok
Application compiles fine , but when I click on Application Icon it gives me Message Verification code error in particular Module
Why this Error come .. please explain me
Thanks
The step you are missing is called “preverifying” the jar file.
There is a very good answer on how to run
preverify.exeat this link: Blackberry 5.0 – Add reference to a Java Library Project.Other related posts are: