Skip to main content
Skip table of contents

SAP Java Connector 3 (SAP JCo 3)

Note

To use SAP JCo, you must download it directly from the SAP website. INNOFACE AG may not deliver or provide SAP JCo.


Installing JCo 3

The following steps must be carried out:

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

    Note

    • Select the appropriate operating system and processor architecture!
    • For the download, the user name and password of the S-user are required. If these are not available, ask the respective SAP administrator for the login credentials.
  4. For Windows: The sapjco3.dll contained in the package must be included in the Java library path.
  5. For Linux: The libsapjco3.so contained in the package must be included in the Java library path.
  6. The sapjco3.jar contained in the package must be included in the Windchill Java classpath. See the following example:

    BASH
    xconfmanager --add wt.java.classpath=C:/jco/sapjco3.jar -p

    In the example above, you must enter your installation path to the sapjco3.jar file. Therefore, replace 'C:/jco/sapjco3.jar' with the corresponding path.

  7. Restart Windchill
JavaScript errors detected

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

If this problem persists, please contact our support.