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:
- For Windows systems: Install Microsoft Visual C++ 2013 Redistributable (Note: x86 respectively x64 depending on the JCO3 package)
- For Linux systems:
libstdc++.so.5
has to be included in the Java Library Path 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.
- For Windows systems:
sapjco3.dll (
contained in the downloaded package) has to be contained in the Java Library Path - For Linux systems:
libsapjco3.so(
contained in the downloaded package) has to be contained in the Java Library Path sapjco3.jar
(
contained in the downloaded package) has to be addes to the Windchill Java classpathBASHxconfmanager --add wt.java.classpath=path/to/sapjco3.jar -p
- Restart Windchill