Use the command line on your computers to configure the environment to run your custom integration applications.
To run your custom integration applications with your chosen operating system, you must update the CLASSPATH environment variable:
export CLASSPATH = $CLASSPATH%;$install_dir/server/classes/IntegrationAPI.jar: $install_dir/server/jetty/lib/jetty-io.jar: $install_dir/server/jetty/lib/jetty-util.jar: $install_dir/server/jetty/lib/websocket-api.jar: $install_dir/server/jetty/lib/websocket-client.jar: $install_dir/server/jetty/lib/websocket-common.jar:
set CLASSPATH = %CLASSPATH%;%install_dir%\server\classes\IntegrationAPI.jar %install_dir\server\jetty\lib\jetty-io.jar; %install_dir\server\jetty\lib\jetty-util.jar; %install_dir\server\jetty\lib\websocket-api.jar; %install_dir\server\jetty\lib\websocket-client.jar; %install_dir\server\jetty\lib\websocket-common.jar;