KB Article #73862

Including jar files in Custom User Exits

Problem

-- How to Include jar files in Custom User Exits?


Resolution

* Sentinel uses the environment variable - SENTINEL_CLASSPATH to append the classpath to it.



One can initialize this variable in a custom script file say custom_profile kept outside the Sentinel product directory &
have it run before starting Sentinel each time.



The lines one can include in the script file will be of the form -
SENTINEL_CLASSPATH=${SENTINEL_CLASSPATH}:<full path for the jar file>
export SENTINEL_CLASSPATH