Installing SAP Java Connector on UNIX

You can install the SAP Java Connector on UNIX.

Complete the procedure listed in Downloading the SAP Java Connector.
To install the SAP Java Connector on UNIX:
  1. Shut down Sterling B2B Integrator if it is running.
  2. To set the CLASSPATH and LIBPATH/LD_LIBRARY_PATH, complete the following steps:
    1. For the operating system-specific libraries, type: install3rdParty.sh sapjco 3_x_x ( the most recent 3.x.x version) -j directory/*.jar
    2. For the native libraries, type: install3rdParty.sh sapjco 3_x_x ( the most recent 3.x.x version) -l directory/*.so
    Note: Two different switches are used in the previous commands (-j and -l). Ensure that you use the correct switch, as shown in the command. The lib-extension depends on the operating system you are using. For Oracle Solaris, it would be .so, for example. For information about the SAP JAVA Connector files, see Downloading the SAP Java Connector.
  3. Restart Sterling B2B Integrator.