Start of Content Area

Procedure documentation SAP JCo Installation  Locate the document in its SAP Library structure

If you want to install the SAP Java Connector as a standalone component, you can download the installation files from SAPNet at service.sap.com/connectors. This section contains the most important guidelines for installation. Note the additional information on the download page in SAPNet.

 

SAP JCo 2.0

Prerequisites

SAP JCo 2.0  JDK version 1.2 or higher. If you still need JDK 1.1, continue to use SAP JCo 1.1 (1.1.04 or higher).

 

Procedure

The following instructions apply for Windows32 operating systems. The instructions for the installation of SAP JCo on other operating systems are included in the corresponding download files.

 

       1.      Create a directory, for example C:\\SAPJCo, and extract the JCo .zip file into this directory.

       2.       

       3.      Copy the file librfc32.dll from your SAP JCo main directory to C:\WINNT\SYSTEM32 (provided that the version that is already there is not a more recent version than the one that is delivered with the SAP JCo).

       4.       

       5.      Make sure that the file sapjco.jar (in the SAP JCo main directory) is contained in the class path for all projects for which you want to use the SAP JCo..

 

For productive operation, the following files from the SAP JCo .zip file are necessary:

 

·         sapjco.jar

·         librfc32.dll

·         sapjcorfc.dll

NoteSAP highly recommends that you store sapjco.jarand sapjcorfc.dll in the same directory.

 

The download .zip file also contains the following directories:

·         The docs directory that contains the Javadocs for SAP JCo. The Javadocs contain an overview of all SAPJCo classes and interfaces, together with a detailed description of the corresponding objects, methods, parameters, and fields. Start with the file index.html (<drive>:\<SAPJCo>\docs\jco\index.html).

The demo directory, which contains some example programs, including the examples described in the section SAP JCo Programming .

 

SAP JCo 2.1

Prerequisites

The only difference between the prerequisites for installing SAP JCo 2.1 and release 2.0 is the required JDK version: for SAP JCo 2.1 you required the JDK 1.3 or higher.

Procedure

The procedure for installing SAP JCo release 2.1 is identical to the procedure described above for release 2.0.

New Functions

SAP JCo release 2.1 offers the following new functions:

·         You can use a connection for DSR (Distributed Statistic Record). This function requires that you have implemented CCMS Monitoring (Computing Center Management System) .

·         SAP code pages are used with JCo 2.1, This guarantees complete conversion of characters for all languages used by SAP.

 

 

End of Content Area