Before installing the Administration Console

Before installing the Administration Console, ensure that these tasks are completed.

Windows

  • Install a supported version of Java before running the installer. You must specify a supported version of Java during the installation process.
    Note: Amazon Corretto version 17 is not compatible with the Admin Console installer. The installer will return errors if this version of the JDK is installed on your machine, so you must remove it.
  • Update your PATH environment variable to point to the java.exe executable in the Java installation bin directory.
  • Add the JAVA_TOOL_OPTIONS environment variable and set the value to "-Dos.name=Windows Server 2016".
    Note: The quotation marks must be included in the value of the variable.

Linux/UNIX

  • Install a supported version of Java before running the installer. You must specify a supported version of Java during the installation process.
  • Update your PATH variable to point to the java.exe executable in the Java installation bin directory. For example, on Linux you can set the PATH variable by issuing a command like this:

    export PATH=$PATH:/usr/java/jdk1.8/bin

  • Export your display to your local machine. Sample command:

    export DISPLAY=MYMACHINENAME.infor.com:0.0

  • Install and configure an X Window server program such as Xming on your local machine.