Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Steps to include a custom launcher for your ZBot

1. Edit the "zbot_start" file (either batch or sh file depending on OS)

2. In the file where it says "zbotsocket/zephyr-socket-server-6.1.jar", replace it with: "zbotsocket/zephyr-socket-server-6.1.jar;lib/<custom_jar>.jar"

  • IE: "zbotsocket/zephyr-socket-server-6.1.jar;lib/customJar.jar"


In the batch file, this would look like: java -cp zbotsocket/zephyr-socket-server-6.1.jar;lib/customJar.jar com.thed.agent.ZephyrAgent > zbot.log


3. Save the batch/SH file.
4. Add the custom launcher class to the 'zbot.properties' file and save it.
5. Run the ZBot and monitor the logs to ensure that the ZBot started.
6. Perform an execution to determine that the custom launcher is being run properly.


Please note that the custom jar file must be in the lib folder in the ZBot root (create the custom jar file if not there).


  • No labels