Handling dependencies in blackberry development

前端 未结 4 679
有刺的猬
有刺的猬 2020-12-10 20:28

How can I handle 3rd party dependencies in a .jad file? Is it possible to bundle a .jar? Do you need to unpack it and include the .class

4条回答
  •  抹茶落季
    2020-12-10 21:01

    See approach of working with kXML2 open source library:

    • for release you have to preverify it & build proj with ant:
      Ahmad Ferdous Bin Alam - How to Import kxml jar File to Your Project
      Slashdev - BlackBerry Development with Ant & Eclipse
      UPDATE:Tutorial: How To Use 3rd Party Libraries in your Applications
    • for debug you have to add kXML sources and org.xmlpull.v1 sources to your BB project

提交回复
热议问题