Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 267 Bytes

sap-adapter

SAP transport implementation

Build Instructions

  1. Copy sapidoc3.jar and sapjco3.jar to a directory. Lets call this <SAP_JARS_DIR>
  2. Build the repository using the following command
 mvn -Dsap.lib.dir=<SAP_JARS_DIR>  clean install