Verify Java SDK requirements for the Infor Lawson installer

  1. Ensure that the $JAVA_HOMEvariable is set to the directory where you installed the Java SDK.

    echo $JAVA_HOME

  2. Ensure that $JAVA_HOME/bin is in your system PATH.

    If you have a 64-bit HP Integrity operating system, ensure that $JAVA_HOME/bin/IA64W is in your system PATH.

    echo $PATH

  3. Verify that the correct version of the Java SDK is installed. At the command line, specify

    java -version

  4. Verify the Java path. Specify

    which java

    The Java path returned must match the $JAVA_HOME/bin value.