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:
- For Windows systems: Install Microsoft Visual C++ 2013 Redistributable (Note: x86 or x64 depending on JCO3 package)
- For Linux systems:
libstdc++.so.5must be available in the Java Library Path 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.
- For Windows: The
sapjco3.dllcontained in the package must be included in the Java library path. - For Linux: The
libsapjco3.socontained in the package must be included in the Java library path. The
sapjco3.jarcontained in the package must be included in the Windchill Java classpath. See the following example:BASHxconfmanager --add wt.java.classpath=C:/jco/sapjco3.jar -pIn the example above, you must enter your installation path to the sapjco3.jar file. Therefore, replace 'C:/jco/sapjco3.jar' with the corresponding path.
- Restart Windchill