Informatica Connector Toolkit Getting Started Guide

Informatica Connector Toolkit Getting Started Guide

Configure Environment Variables for OpenJDK on Linux

Configure Environment Variables for OpenJDK on Linux

After you download the Azul OpenJDK version 1.8.0_275 or any previous sub version on a Linux machine, you must configure the environment variables.
Perform the following steps to configure the environment variables:
  1. After you download the Azul OpenJDK, extract the .tar file.
  2. Set the variable name to JAVA_HOME and the variable value to
    <Java installation directory>/jdk
    :
    export JDK_HOME=<Java installation directory>/jdk
  3. Delete the JRE_HOME environment variable.
  4. Edit the PATH variable and add
    JAVA_HOME/bin
    to the variable value.
    export PATH=$JDK_HOME/bin:$PATH
  5. In the Informatica Connector Eclipse IDE, open
    Windows
    Preferences
    .
  6. Navigate to
    Java
    Installed JREs
    .
  7. Click
    Add
    .
  8. Select
    Standard VM
    as the
    JRE Type
    .
  9. Click
    Next
    .
  10. In the
    JRE home
    property, specify the
    <Java installation directory>/jdk
    or click
    Directory
    to navigate to the
    <Java installation directory>/jdk
    .
  11. Enter a name for the
    JRE name
    property.
  12. Click
    Finish
    .
  13. Click
    Apply
    and then click
    OK
    .
  14. Restart the Informatica Connector Eclipse IDE.

0 COMMENTS

We’d like to hear from you!