SAP Java Connector 3.0

 
The SAP Java Connector (JCo) 3.0 requires a Java Runtime Environment (JRE) version 1.5, 1.6 or 1.7.
Please see SAP note 1077727 for a current and detailed list of supported platforms and Java runtime environments. The latest version of the SAP Java Connector can be downloaded from the SAP Service Marketplace at https://service.sap.com/connectors. There you will also find all available distribution packages for the various supported platforms and processors as well as the JCo 3.0 Documenation and the JCo 2.x-3.0 Migration Guide as PDF files.
 
Microsoft Windows
There are different distribution packages for various JRE versions and hardware processors available:
  • sapjco3-ntintel-3.0.11.zip for a 32-bit JRE running on a 32- or 64-bit AMD or INTEL x86 or a 64-bit INTEL Itanium processor
  • sapjco3-ntia64-3.0.11.zip for a 64-bit JRE running on a 64-bit INTEL Itanium processor
  • sapjco3-ntamd64-3.0.11.zip for a 64-bit JRE running on a 64-bit AMD or INTEL x86 processor
Note: Before installing JCo, please install the latest Microsoft Visual Studio 2005 C/C++ runtime libraries as described in note 684106.

To install JCo for Windows unzip the appropriate distribution package into an arbitrary directory {sapjco3-install-path}.

Note: Do not copy the sapjco3.dll neither into the {windows-dir}\system32 nor into the {windows-dir}\SysWOW64 directory. This will break the operability of other JCo versions that are already installed on the same system. Furthermore you would risk that the current installation also would not work anymore, if the sapjco3.dll gets replaced in the respective Windows system directory in the future.

Then add {sapjco3-install-path} to the PATH environment variable.
Finally, add {sapjco3-install-path}\sapjco3.jar to your CLASSPATH environment variable.

 
Linux
There are different distribution packages for various JRE versions and hardware processors available:
  • sapjco3-linuxintel-3.0.11.tgz for a 32-bit JRE running on a 32- or 64-bit AMD or INTEL x86 processor
  • sapjco3-linuxia64-3.0.11.tgz for a 64-bit JRE running on a 64-bit INTEL Itanium processor
  • sapjco3-linuxx86_64-3.0.11.tgz for a 64-bit JRE running on a 64-bit AMD or INTEL x86 processor
  • sapjco3-linuxppc64-3.0.11.tgz for a 64-bit JRE running on a 64-bit PowerPC processor
  • sapjco3-linuxs390x-3.0.11.tgz for a 64-bit JRE running on a 64-bit IBM eServer zSeries processor
To install JCo for Linux copy the appropriate distribution package into an arbitrary directory {sapjco3-install-path}. Next, change to the installation directory:

    cd {sapjco3-install-path}   [return]

and extract the archive:

    tar zxvf sapjco3-linux*3.0.11.tgz   [return]

Then add {sapjco3-install-path} to the LD_LIBRARY_PATH environment variable.
Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.

 
IBM AIX
The following distribution package is available:
  • sapjco3-rs6000_64-3.0.11.tgz for a 64-bit JRE running on a 64-bit IBM RS/6000 processor
To install JCo for IBM AIX copy the appropriate distribution package into an arbitrary directory {sapjco3-install-path}. Next, change to the installation directory:

    cd {sapjco3-install-path}   [return]

and extract the archive:

    gunzip sapjco3-rs6000*3.0.11.tgz   [return]
    tar xvf sapjco3-rs6000*3.0.11.tar   [return]

Then add {sapjco3-install-path} to the LIBPATH environment variable.
Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.

 
IBM i
The following distribution package is available:
  • sapjco3-as400_pase_64-3.0.11.tar for a 64-bit JRE running on a 64-bit IBM i system
To install JCo for IBM i copy the appropriate distribution package into an arbitrary directory {sapjco3-install-path}. Next, open a QP2TERM session and change to the installation directory:

    cd {sapjco3-install-path}   [return]

and extract the archive:

    tar -xvf sapjco3-as400_pase_64-3.0.11.tar   [return]

Then add some environment variables as described in note 1269638 according to the used JVM.
Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.

 
IBM z/OS
The following distribution package is available:
  • sapjco3-os390_64-3.0.11.tgz for a 64-bit JRE running on a 64-bit PPC processor
To install JCo for IBM z/OS copy the appropriate distribution package into an arbitrary directory {sapjco3-install-path}. Next, change to the installation directory:

    cd {sapjco3-install-path}   [return]

and extract the archive:

    gunzip sapjco3-os390*3.0.11.tgz   [return]
    tar xvf sapjco3-os390*3.0.11.tar   [return]

Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.

After the installation you should tag all examples and documentation files being ASCII:
Change to the examples directory and execute
    chtag -tc ISO8859-1 *.java   [return]
Change to the docs directory and execute
    chtag -R -tc ISO8859-1 *.html   [return]

 
HP-UX
There are different distribution packages for various hardware processors available:
  • sapjco3-hp_64-3.0.11.tgz for a 64-bit JRE running on a 64-bit PA-RISC processor
  • sapjco3-hpia64-3.0.11.tgz for a 64-bit JRE running on a 64-bit INTEL Itanium processor
To install JCo for HP copy the appropriate distribution package into an arbitrary directory {sapjco3-install-path}. Next, change to the installation directory:

    cd {sapjco3-install-path}   [return]

and extract the archive:

    gunzip sapjco3-hp*3.0.11.tgz   [return]
    tar xvf sapjco3-hp*3.0.11.tar   [return]

Then add {sapjco3-install-path} to the SHLIB_PATH environment variable.
Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.

 
Oracle Solaris (Sun OS)
There are different distribution packages for various hardware processors available:
  • sapjco3-sun_64-3.0.11.tgz for a 64-bit JRE running on a 64-bit SUN SPARC processor
  • sapjco3-sunx86_64-3.0.11.tgz for a 64-bit JRE running on a 64-bit AMD or INTEL x86 processor
To install JCo for SUN Solaris copy the appropriate distribution package into an arbitrary directory {sapjco3-install-path}. Next, change to the installation directory:

    cd {sapjco3-install-path}   [return]

and extract the archive:

    gunzip sapjco3-sun*3.0.11.tgz   [return]
    tar xvf sapjco3-sun*3.0.11.tar   [return]

Then add {sapjco3-install-path} to the LD_LIBRARY_PATH environment variable.
Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.

 
Apple Mac OS X
There are different distribution packages for various JRE versions and hardware processors available:
  • sapjco3-darwinintel-3.0.11.zip for a 32-bit JRE running on a 32- or 64-bit AMD or INTEL x86 processor
  • sapjco3-darwinintel64-3.0.11.zip for a 64-bit JRE running on a 64-bit AMD or INTEL x86 processor
To install JCo for Apple Mac copy the appropriate distribution package into an arbitrary directory {sapjco3-install-path}. Next, change to the installation directory:

    cd {sapjco3-install-path}   [return]

and extract the archive:

    unzip sapjco3-darwin*3.0.11.zip   [return]
Then add {sapjco3-install-path} to the DYLD_LIBRARY_PATH environment variable.
Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.


Copyright © 2008-2014 SAP AG. All Rights Reserved.