I want to integrate Twitter in my Blackberry app. I am working on Blackberry JDE 5.0. I imported Twitter_oath\lib\twitter_api_me-1.8.jar creating a lib and make my project dependent on it. When I try to build the my app, it is successful. But when I try to run it in the simulator it gives error saying:
Module 'Twitter_lib' has verification error 2618 at offset 2a28 (codfile version 78)
'Twitter_lib' is the library I have created for importing jar file of Twitter API ME. My project is dependent on 'Twitter_lib'
What may be the problem and how to troubleshoot the problem?

