|
|
Home | Loader API | Interfaces | File List | Index | |
Deploying XJR with your application is easy. All the XJR related files must be in the same directory (shared libraries, registry, and language files) as your application binary. Please see XJR Redistributibles for the list of redistributable files.
For example, if your application is installed in /opt/your_app on Linux and is an optimized build, you would need to copy the following XJR files from the linux/Linux2.6_x86_OPT_32bit.OBJ/components and linux/Linux2.6_x86_OPT_32bit.OBJ/lang directories to /opt/your_app directory:
Each XJR platform directory contains a copy of the language string table files in the lang directory. These files are the same on all platforms and are included in each directory for convenience. The language files contain UTF-8 encoded strings that the XJR components use for various things (for example logging).
There are different "langtag" for each platform, however, and the correct platform specific langtag file must be deployed on each platform. The langtag files map the operating system specific locale to P6R platform independent locale string. These platform independent locale strings are used as the files extention of the language string tables files for a given locale.