Docs Menu
API Developer Guide / middleware / pub / service / loadCustomJar

Service: loadCustomJar

This service is responsible for loading a custom JAR (Java Archive) file into the system.

Input Parameter:

Name Type Description
packageName: String The name of the package or namespace to which the loaded JAR file belongs.
jarFileName: String The name of the JAR file to be loaded, including the file extension (e.g., ".jar").
absoluteJarFilePath: String The absolute file path to the JAR file on the system's file system.