Verify Prerequisites

Before you begin the install process, verify that the following requirements are met on each machine where you plan to run the installer. See the System Requirements section of this document for supported versions.

  1. Ensure that the %JAVA_HOME% variable is set to the directory where you installed the Java SDK.

    echo %JAVA_HOME%

  2. Verify that the correct version of the Java SDK is installed. At the command line, specify this information:

    java -version

  3. Verify that the correct version of Perl is installed. At the command line, specify this information:

    perl -version

  4. Ensure that %JAVA_HOME%\bin and %PERL_HOME%\bin are in the system path.

    echo %PATH%