在黑莓手机中,我们可以创建不同的应用程序使用公共库?

问题描述:

我想创建一个共同的第三方库,可共享,并通过不同的应用程序使用,是一致的。我们能否达致这?。如果是,如何以及在何处将这个库安装?

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 ?

是的,你可以做到这一点。您创建和编译libary。您可以通过提前自行安装它依赖于它的应用程序,或者与应用。桌面管理器可以使用生成的文件ALX的JDE来为你做这个,或者你可以使用JAD文件OTA安装。一个libarary仅仅是一个code模块像任何其他在没有桌面图标,因此在同一个地方的其余模块安装。

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.