I want to integrate TwitterAPIME to my Blackberry project. I have 3 Jar files provided by TwitterAPIME. I am not sure how to link thes
Sometimes adding jars directly in the blackberry project might cause some build problems. Here 's a solution that works (90%):
Java Project.Properties > Java Build Path and choose Libraries tab and click on Add External Jars to add the 3 jars that are in your system and you want to use. Then OK.Properties > Java Build Path and click on the Projects tab, click on Add and select the project you just created and OK.I hope this help.