Execute JAR
This feature helps administrators create their own classes, package them into a JAR file, and execute them from OpenKM.
Requirements:
- Must implement the class “public static void main(String[] args)”.
package com.openkm;
public class CronTabTest { public static void main(String[] args) { // Some stuff here }}