Integration with Other Applications > Info*Engine Adapters > SAP Adapter Guide > SAP Adapter Configuration > Configuring an In-Process SAP Adapter
  
Configuring an In-Process SAP Adapter
To run the adapter in-process, Info*Engine needs to have access to the following adapter JAR files:
SAPAdapter_home/lib/SAPAdapter.jar
sapjco.jar
Download sapjco.jar from the SAP Service Marketplace: http://service.sap.com/connectors. This allows the adapter to invoke the JCo APIs.
Copy both JAR files to the <Windchill>/codebase/WEB-INF/lib directory.
* 
To use the JCo APIs on a Solaris machine running a 64-bit environment, you must add "-d64" as a Java option set for the wt.manager.cmd.common.java.extra.args property in the wt.properties file.
This property should be set by updating the site.xconf file (see example below) and by running the "xconfmanager -p" command from a windchill shell:
<Property name="wt.manager.cmd.common.java.extra.args" overridable="true"
targetFile="codebase/wt.properties" value="-d64"/>