Install Guide Complementary Information
![]() |
![]() |
![]() |
![]() |
In some BEA products, language pack is provided instead of Localized installer versions. Language pack is applicable after installing it by using English language installer. BEA products with the language pack are as follows.
- WebLogic Integration 10.2
- AquaLogic Service Bus 3.0
- AquaLogic Data Services Platform 3.2
To apply the language pack perform the following procedure.
set JAVA_HOME=<JRockit_installation_directory> (In case of Windows)
export JAVA_HOME=<JRockit_installation_directory> (In case of UNIX)
set PATH=%JAVA_HOME%\bin;%PATH% (In case of Windows)
export PATH=$JAVA_HOME/bin:$PATH (In case of UNIX)
jar xf <Donwnloaded_language_pack_directory>\<Language_pack_jar_filename> (In case of Windows)
jar xf <Donwnloaded_language_pack_directory>/<Language_pack_jar_filename> (In case of UNIX)
workSpaceStudio.exe -clean (In case of Windows)
workSpaceStudio -clean (In case of UNIX)
All translation resource files of component included in products are included in language pack. Therefore, when language pack is applied after installing only specific components and sub components at the time of product installation, there is no problem on operations even if translation resource files exist for component and sub component that are not installed.
Moreover, translation resource file included in language pack is deployed into the default directory of products. Therefore, when product is installed in directory name other than default directory, it is necessary to move the location of translation resource file manually.
For example, when Workshop component is installed to "<Arbitrary_directory_name>" directory instead of "workshop_<version>" (default) directory, translation resource file is moved from "<Arbitrary_directory_name>" to "workshop_<version>" (default) by using following command from BEA_HOME.
XCOPY /S /Q workshop_<version> <Arbitrary_directory_name> and
RMDIR /S /Q workshop_<version> (In case of Windows)
cp -R workshop_<version>/* <Arbitrary_directory_name> and
rm -rf workshop_<version> (In case of UNIX)
Since several problems have been recognized in the case where BEA_HOME or WL_HOME contains multibyte characters, you cannot use multibyte characters for BEA_HOME or WL_HOME. Therefore, installation including multibyte characters in directory paths of BEA_HOME and WL_HOME is to be avoided.
In a Red Hat Enterprise Linux 5.0 system that is configured using Korean character set, the graphical user interfaces of Installation Program, Configuration Wizard and Template Builder may not be displayed correctly. This problem is caused by the limitation that Sun JDK does not have a fontconfig.properties file for Korean character set for Red Hat Enterprise Linux 5.0 system.
Operating System : Red Hat Enterprise Linux 5.0
Workaround : For these applications, use the console mode interface.
Note : This limitation does not apply to Red Hat Enterprise Linux 4.0. This limitation is reported by Sun for Red Hat Enterprise Linux 5.0 systems.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6546060
![]() |
![]() |
![]() |