Skip to main content
Skip table of contents

SAP Java Connector 3 (SAP JCo 3)

Note

In order to use SAP JCo, the JCo files have to be downloaded directly from the SAP website. INNOFACE AG is not allowed to distribute or provide SAP JCo.


Install SAP JCo 3

The following steps have to be executed:

  1. For Windows systems: Install Microsoft Visual C++ 2013 Redistributable (Note: x86 respectively x64 depending on the JCO3 package)
  2. For Linux systems: libstdc++.so.5 has to be included in the Java Library Path
  3. Download the SAP Java Connector (JCo) >= 3.1.9 from the official SAP homepage: https://support.sap.com/en/product/connectors/jco. html.

    Hint

    • Select the appropriate operating system and processor architecture!
    • For the download, the username and password of the S-User is required. If these are not available, ask the respective SAP administrator for the login credentials.
  4. For Windows systems: sapjco3.dll (contained in the downloaded package) has to be contained in the Java Library Path
  5. For Linux systems: libsapjco3.so(contained in the downloaded package) has to be contained in the Java Library Path
  6. sapjco3.jar (contained in the downloaded package) has to be addes to the Windchill Java classpath

    BASH
    xconfmanager --add wt.java.classpath=path/to/sapjco3.jar -p
  7. Restart Windchill
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.