|

Adding Java runtime environment |after installation or upgrade

|

The Java runtime environment |allows you to:

| |

To add the Java runtime, |perform the following steps:

|
    |
  1. Verify the authorizations required to run the procedure in the User authorization requirements section.
  2. |
  3. Locate the .spb as described in the Software packages and parameters section.
  4. |
  5. Set the Software Distribution environment launching the following |command located in the TWA/TWS/_uninstall/CLI directory: |
    |
    Windows operating |systems:
    |
    |
    swd_env.bat
    |
    |
    UNIX and Linux operating systems:
    |
    |
    swd_env.sh
    |
    |
  6. |
  7. Run the wdinstsp command located in the TWA/TWS/_uninstall/CLI as shown in the following |examples: |

    See Software packages and parameters for a description of the |parameters.

    |
    |
    Windows operating |systems:
    |
    The following Windows example |describes a command example: |
    wdinstsp 
    |   -f 
    |   -uy 
    |   -D install_dir="C:\ibm\TWS\twsuser\TWS" 
    |   -D tws_user="twsuser"
    |   -D group="group_name" 
    |   -D installer="Administrator" 
    |   -n "TWS_Eclipse_twsuser.8.6.0.00"
    |      "C:\Output\TWS_VLAST\WINDOWS\Tivoli_Eclipse_WINDOWS.SPB"
    |
    |
    UNIX and Linux operating systems:
    |
    The following UNIX example |describes an installation with the user <TWS_user>: |
    wdinstsp 
    |   -f 
    |   -uy 
    |   -D install_dir="/home/twsuser/TWS" 
    |   -D tws_user="twsuser"
    |   -D group="group_name" 
    |   -D installer="root" 
    |   -n "TWS_Eclipse_twsuser.8.6.0.00" 
    |      /mnt/gsa/home/s/l/user1/web/public/SPB_INSTALL/
    |       LINUX_I386/Tivoli_Eclipse_LINUX_I386.SPB
    |
    |