Eclipse IDE- Add jar? Add External jar? Add Library?

前端 未结 7 1938
灰色年华
灰色年华 2020-12-08 10:01

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

7条回答
  •  旧时难觅i
    2020-12-08 10:52

    Sometimes adding jars directly in the blackberry project might cause some build problems. Here 's a solution that works (90%):

    1. You have your blackberry project. Now create a new simple Java Project.
    2. Right-click on it > 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.
    3. Now go back to your blackberry project and Right-click on it > Properties > Java Build Path and click on the Projects tab, click on Add and select the project you just created and OK.
    4. Now go back and build your Blackberry project.

    I hope this help.

提交回复
热议问题