Register the custom user JAR-based class

A URL can be registered to start the class in the custom JAR file, custom JAR file made available to the IBM® Product Master system with the custom or user compress mechanism.

If the class that implements the extension point is made available to Product Master by bundling it in a custom compress through the custom or user .jar mechanism, the invocation URL does not need the document store path because the class is not in the document store, the path section of the URL can be omitted.

For example,

//script_execution_mode=java_api="japi://
mdmpim.extend.myextensionpoints.ScriptingSandboxTestImpl.class"
In this example, the fully qualified name of the class is displayed. mdmpim.extend.myextensionpoints.ScriptingSandboxTestImpl.class.