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

  1. Copy the Jar in my Application Resources
  2. 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.
  3. 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

link|improve this question

80% accept rate
try another way.. create a library project and add the jar file to that and then connect that jar file to your project – Arun Kumar Munusamy Feb 6 at 11:48
what is the process to create library project & why above method not working ? @ArunKumarMunusamy – parag Feb 6 at 11:56
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.