Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Connector Toolkit
  3. Before you begin
  4. Develop a connector for Cloud Data Integration
  5. Develop a connector for Data Loader
  6. Import a connector
  7. Connection attributes
  8. Type system
  9. Connector metadata
  10. Partitioning capability
  11. Pushdown capability
  12. Mappings in advanced mode
  13. Manual changes to Informatica Connector Toolkit source code
  14. Runtime behavior
  15. Connector example: MySQL_Cloud
  16. Version control integration
  17. Appendix A: Metadata models
  18. Appendix B: ASO model
  19. Appendix C: Connector project migration
  20. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  21. Appendix E: Frequently asked questions

Cloud Data Integration Connector Toolkit Developer Guide

Cloud Data Integration Connector Toolkit Developer Guide

Download OpenJDK and configure environment variables

Download OpenJDK and configure environment variables

Download and install Azul OpenJDK version 17 on Windows and configure the environment variables.
To download Azul OpenJDK, use the following link: Download Azul JDK.
To configure the environment variables for Azul OpenJDK on Windows, perform the following steps:
  1. After you download the Azul OpenJDK, extract the
    .zip
    file.
  2. Open the
    Advanced System Properties
    from the Windows Control Panel.
  3. Click
    Environment Variables
    .
  4. Under System variables, click
    New
    .
  5. Set the variable name to JAVA_HOME and the variable value to
    <Java installation directory>
    .
  6. Edit the Path variable and specify
    JAVA_HOME/bin
    as the variable value.
  7. In the Informatica Connector Eclipse IDE, open
    Windows
    Preferences
    .
  8. Navigate to
    Java
    Installed JREs
    .
  9. Click
    Add
    .
  10. Select
    Standard VM
    as the
    JRE Type
    .
  11. Click
    Next
    .
  12. In the
    JRE home
    property, specify Java installation directory or click
    Directory
    to navigate to the Java installation directory.
  13. Enter a name for the
    JRE name
    property.
  14. Click
    Finish
    .
  15. Click
    Apply
    and then click
    OK
    .
  16. Restart the Informatica Connector Eclipse IDE.

0 COMMENTS

We’d like to hear from you!