Uninstalling language packs from the IBM App Connect Enterprise Toolkit
You can remove language packs from the IBM® App Connect Enterprise Toolkit.
About this task
Uninstalling language packs by using the IBM App Connect Enterprise Toolkit
Procedure
- Start the IBM App Connect Enterprise Toolkit.
- From the menu, click .The About IBM App Connect Enterprise Toolkit dialog is displayed.
- Click Installation Details.
The IBM App Connect Enterprise Toolkit Installation Details dialog is displayed and all the language packs that are installed are listed.
- 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 App Connect Enterprise Toolkit.
- Click Yes to restart the IBM App Connect
Enterprise Toolkit. If your operating system locale is configured for one of the languages that is supported by the language packs you uninstalled, the IBM App Connect Enterprise Toolkit user interface is now displayed in English.
Results
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 App Connect Enterprise 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.ace.toolkit.nl1.feature.group
- To uninstall Language Pack 2 only, type com.ibm.etools.ace.toolkit.nl2.feature.group
- To uninstall Language Pack 2a only, type com.ibm.etools.ace.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 App Connect Enterprise is installed in the default location, type the following command on a single line:
"C:\Program Files\IBM\ACE\13.0.n.0\common\jdk\jre\bin\java"
-jar "C:\Program Files\IBM\ACE\13.0.n.0\tools\plugins\org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar"
-launcher "C:\Program Files\IBM\ACE\13.0.n.0\tools\eclipse"
-application org.eclipse.equinox.p2.director
-uninstallIU com.ibm.etools.ace.toolkit.nl1.feature.group,com.ibm.etools.ace.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.ace.toolkit.nl1.feature.group 11.0.0.v20180911-1900. Uninstalling com.ibm.etools.ace.toolkit.nl2.feature.group 11.0.0.v20180911-1900. Operation completed in 53088 ms.