Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Serverless runtime environments
  6. Connectors in a serverless runtime environment
  7. Secure Agents
  8. Secure Agent installation

Runtime Environments

Runtime Environments

Copying Java transformation JAR files

Copying Java transformation JAR files

To copy JAR files, native libraries, and/or native binaries for the Java transformation, use the following code snippet as a template:
agent: elasticServer: autoApply: javaTx: resources: - fileCopy: sourcePath: j_depends/sapjco3.jar - fileCopy: sourcePath: j_depends/chilkat.jar - fileCopy: sourcePath: j_depends/chilkatLoader.jar - fileCopy: sourcePath: j_depends/NativeBinExecutor.jar nativeLib: resources: - fileCopy: sourcePath: native-lib/libchilkat.so - fileCopy: sourcePath: native-lib/libsapjco3.so nativeBin: resources: - fileCopy: sourcePath: native-bin/printEnvVariables.sh - fileCopy: sourcePath: native-bin/printProcess.sh

0 COMMENTS

We’d like to hear from you!