Installing the SAP Java Connector (SAP JCo) 3.x

In this section:

The SAP Java Connector (SAP JCo) is a component provided by SAP ERP that enables the development of SAP ERP-compatible components and applications in Java. SAP JCo is required by the iWay Application Adapter for SAP ERP to support communication with the SAP ERP Server in both directions: inbound calls (Java calls ABAP) and outbound calls (ABAP calls Java). This section describes how to install SAP JCo.

The official supported platform for the iWay Application Adapter for SAP ERP is SAP JCo Version 3.nn for Java Version 1.Rnn. In this section, R refers to the major Java version (5,6, or 7) and nn refers to the minor releases. For a list of supported platforms and exact library names, refer to SAP Note 1077727.

The SAP JCo library files must be downloaded from the SAP Service Marketplace. A valid SAP support ID is required to access the SAP Service Marketplace. For assistance, contact your SAP ERP administrator.

Follow the SAP instructions on how to extract the SAP JCo from the delivery archive.


Top of page

x
SAP JCo 3.x Library Files by Platform

Since the SAP JCo 3.x library files vary by operating system, the following section provides a useful reference that lists the required files by platform.

Platform

SAP JCo Library Files

Windows

  • sapjco3.jar
  • sapjco3.dll

Linux/Solaris/OS400

  • sapjco3.jar
  • libsapjco3.so

HP-UX

  • sapjco3.jar
  • libsapjco3.sl

AIX

  • sapjco3.jar
  • libsapjco3.so


Top of page

x
Installing SAP JCo on Windows Platforms

The sapjco3.jar and sapjco3.dll files must be placed in the following directory:

 
<iWaySMHome>\lib

where:

<iWaySMHome>

Is the directory where iWay Service Manager (iSM) is installed.

The Windows PATH runtime variable must modified to reflect the path to the SAP JCo runtime .dll file (sapjco3.dll).

Note: Do not add the sapjco3.dll file into the {windows-dir}\System32 directory or the {windows-dir}\SysWow64 directory. This can cause versioning and compatibility issues with the sapjco3.jar file.


Top of page

x
Installing SAP JCo on UNIX Platforms

On UNIX platforms, the directory in which the shared library files are located must be added to the shared library variable applicable to the operating system. The following is a list of platforms and associated variables:

AIX

HP-UX

Other UNIX Platforms


iWay Software