[AIX Solaris HP-UX Linux Windows]

Uninstalling IBM WebSphere SDK Java Technology Edition Version 7.0 or 7.1 using the command line

Use the Installation Manager command line to uninstall IBM® WebSphere® SDK Java™ Technology Edition.

Before you begin

Make sure that no commands or server profiles are using IBM WebSphere SDK Java Technology Edition Version 7.0 or 7.1 before uninstalling it. Server profiles using IBM WebSphere SDK Java Technology Edition Version 7.0 or 7.1 will not function if it is uninstalled. Run the managesdk command to switch the SDK used by commands and server profiles.

Procedure

  1. Log on to your system.
  2. Stop all servers and applications on the installation.
  3. Change to the eclipse/tools subdirectory in the directory where you installed Installation Manager.
  4. Use the imcl command to uninstall the offering.
    [Windows] For IBM WebSphere SDK Java Technology Edition Version 7.0
    imcl.exe uninstall com.ibm.websphere.IBMJAVA.v70
      -installationDirectory installation_directory
    For IBM WebSphere SDK Java Technology Edition Version 7.1
    imcl.exe uninstall com.ibm.websphere.IBMJAVA.v71
      -installationDirectory installation_directory
    [Linux][AIX][HP-UX][Solaris]For IBM WebSphere SDK Java Technology Edition Version 7.0
    ./imcl uninstall com.ibm.websphere.IBMJAVA.v70
      -installationDirectory installation_directory
    For IBM WebSphere SDK Java Technology Edition Version 7.1
    ./imcl uninstall com.ibm.websphere.IBMJAVA.v71
      -installationDirectory installation_directory

    Go to the IBM Installation Manager documentation for more information.