Previous Topic: JDK PrerequisitesNext Topic: CA EEM Prerequisites


Setting the Default Java Home Path

If the default version is different, change the default Java version on the shell where you will start the CA Process Automation installation.

Follow these steps:

  1. Browse to DVD1 folder
  2. Set default java on the command prompt or shell.
    Windows
    set JAVA_HOME=<home_directory_of_jdk (not_bin)> 
    set PATH=%JAVA_HOME%\bin;%PATH% 
    
    UNIX or Linux
    export JAVA_HOME=<home_directory_of_jdk (not_bin)> 
    export PATH=$JAVA_HOME/bin:$PATH 
    
  3. Start the installer from this command prompt or shell.
    Windows
    .\ Domain_Installer_windows.bat 
    
    UNIX or Linux
    ./ Domain_Installer_unix.sh
    

    The installer first starts the third-party installer and then starts the Domain Orchestrator installer.