Connector Guides › Connectors Guide › Business Application Connectors › SAP Connector › SAP Installation › SAP Prerequisites › How to Install the SAP Connector with the Java Connector Server › SAP JCO Library Installation on SUN Solaris
SAP JCO Library Installation on SUN Solaris
Important! You must install Java CS before installing the SAP JCO library. The SAP JCO library is only to be installed on the Java CS machine. After the installation of the SAP JCO library, you must restart im_jcs.
The following are the distribution packages that are available for the various JRE versions and hardware processors:
- 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
To install the SAP JCO Library on SUN Solaris
- 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