Previous Topic: Change the JBoss server.xmlNext Topic: How to Use the Sample Localized Environments


Configure the PATH Variable

CA IdentityMinder includes translated versions of the default User Console and online help that you can use in localized environments. However, if you have a custom environment that you want to translate, CA IdentityMinder provides localization tools that you can use to perform the translation. To use these tools, you need to have ant 1.7 or later and Java JDK 1.5 or later installed. Both ant and Java JDK must be on your path. You can add them with the following commands:

Windows:

PATH %ANT_HOME%\bin;%PATH%
PATH %JAVA_HOME%\bin;%PATH%

UNIX:

PATH=%ANT_HOME%\bin:$PATH
export PATH