IBM Integration Bus, Version 10.0.0.17 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


Uninstalling language packs from the IBM Integration Toolkit

You can remove language packs from the IBM® Integration Toolkit.

About this task

If you have installed one or more language packs for the IBM Integration Toolkit, you can remove any of these language packs by using one of the following methods:

Uninstalling language packs by using the IBM Integration Toolkit

Procedure

  1. Start the IBM Integration Toolkit.
  2. From the menu, click Help > About IBM Integration Toolkit. The About IBM Integration Toolkit dialog is displayed.
  3. Click Installation Details. The IBM Integration Toolkit Installation Details dialog is displayed and all the language packs that are installed are listed.
  4. Select the language packs that you want to remove, click Uninstall, and then click Finish. The selected language packs are uninstalled and you are prompted to restart the IBM Integration Toolkit.
  5. Click Yes to restart the IBM Integration Toolkit. If your operating system locale is configured for one of the languages that is supported by the language packs you uninstalled, the IBM Integration Toolkit user interface is now displayed in English.

Results

You have uninstalled one or more language packs from the IBM Integration Toolkit.

Uninstalling language packs by using the command line

Procedure

At the command line, type the following command on a single line:
  • On Windows:
    InstallPath\common\jdk\jre\bin\java 
    -jar InstallPath\tools\plugins\org.eclipse.equinox.launcher_1.3.0.v20130327-1446.jar 
    -launcher InstallPath\tools\eclipse 
    -application org.eclipse.equinox.p2.director 
    -uninstallIU LanguagePack
  • On Linux:
    InstallPath/common/jdk/jre/bin/java 
    -jar InstallPath/tools/plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1446.jar 
    -launcher InstallPath/tools/eclipse 
    -application org.eclipse.equinox.p2.director 
    -uninstallIU LanguagePack
where:
InstallPath
Specifies the directory where IBM Integration Bus is installed.
LanguagePack
Specifies the language pack or language packs that you want to uninstall:
  • To uninstall Language Pack 1 only, type com.ibm.etools.iib.toolkit.nl1.feature.group
  • To uninstall Language Pack 2 only, type com.ibm.etools.iib.toolkit.nl2.feature.group
  • To uninstall Language Pack 2a only, type com.ibm.etools.iib.toolkit.nl2a.feature.group
  • To uninstall more than one language pack, separate the entries with a comma.

For example, to uninstall Language Pack 1 and Language Pack 2 on Windows, where IBM Integration Bus is installed in the default location, type the following command on a single line:

"C:\Program Files\IBM\IIB\10.0.0.n\common\jdk\jre\bin\java" 
-jar "C:\Program Files\IBM\IIB\10.0.0.n\tools\plugins\org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar" 
-launcher "C:\Program Files\IBM\IIB\10.0.0.n\tools\eclipse" 
-application org.eclipse.equinox.p2.director
-uninstallIU com.ibm.etools.iib.toolkit.nl1.feature.group,com.ibm.etools.iib.toolkit.nl2.feature.group
A message is displayed listing the language packs that are being uninstalled. When the uninstallation is complete, a message is displayed that details how long the uninstallation took. For example:
Uninstalling com.ibm.etools.iib.toolkit.nl1.feature.group 10.0.0.v20140911-1900.
Uninstalling com.ibm.etools.iib.toolkit.nl2.feature.group 10.0.0.v20140911-1900.
Operation completed in 53088 ms.

Results

You have uninstalled one or more language packs by using the command line.

ah18797_.htm | Last updated 2019-07-13 08:12:47