MDM Hub Java User Exits

MDM Hub Java User Exits

Implementing the User Exit JAR File

Implementing the User Exit JAR File

To implement the user exit JAR file, create custom Java code, and then package the code in a JAR file.
  1. Create custom user exit classes.
  2. Run the following Java command to package the implemented custom user exit classes in a JAR file:
    <
    java_project_folder
    >\bin>jar –cf <
    user_specified_JAR_file_name
    > .\com\userexit\*.class

0 COMMENTS

We’d like to hear from you!