Connector Guides › Connectors Guide › Connecting to Endpoints › SAP Connector › SAP Installation › SAP Prerequisites › How to Install the SAP Connector with the Java Connector Server › SAP JCO Library Installation on Solaris and Linux
SAP JCO Library Installation on Solaris and Linux
Important! Install Java CS before you install the SAP JCO library. You must install the SAP JCO library on the same computer as Java CS. After you install the SAP JCO library, im_jcs.
The following are the distribution packages that are available for the various JRE versions and hardware processors:
- Solaris packages:
- sapjco-sun-2.1.x.tgz for a 32-bit JRE running on a 32 or 64-bit SUN SPARC processor
- sapjco-sun_64-2.1.x.tgz for a 64-bit JRE running on a 64-bit SUN SPARC processor
- sapjco-sunx86_64-2.1.x.zip for a 64-bit JRE running on a 64-bit AMD or INTEL x86 processor
- Linux package: sapjco-linuxintel-2.1.9
To install the SAP JCO Library on SUN Solaris and Linux
- Copy the appropriate distribution package into an arbitrary directory {sapjco-install-path}
- Change to the installation directory:
cd {sapjco-install-path} [return]
- Extract the archive:
gunzip sapjco-sun*2.1.x.tgz [return]
tar xvf sapjco-sun*2.1.x.tar [return]
- Copy the file sapjco.jar to the extlib directory of the Java CS installation.
- Copy the files librfccm.so and libsapjcorfc.so to the bin directory of the Java CS installation.
- Restart the im_jcs service by running the command ./JCS stop and then ./JCS start from within the bin directory of the Java CS installation