In Blackberry, can we create common library that can be used by different applications?

一个人想着一个人 提交于 2019-12-31 03:05:48

问题


I want to create a common 3rd party library, that can be shared and used by different applications and be consistent. Can we acheive this ?.If yes, how and where will this library be installed ?

and how can these library files be accessed from other apps ?


回答1:


Yes you can do this. You create and compile the libary. You can either install it by itself ahead of the applications that depend on it, or with the applications. The desktop manager can use ALX files generated by the JDE to do this for you, or you can use JAD files for OTA installation. A libarary is just a code module like any other that does not have a desktop icon, so it installs in the same place as the rest of the modules.




回答2:


What is your goal with a BlackBerry library? rapc can compile jar libraries into your application, which would be the easist way to do this.



来源:https://stackoverflow.com/questions/4491990/in-blackberry-can-we-create-common-library-that-can-be-used-by-different-applic

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!