Skip to main content

Operations overview

What is it?

This section covers how to define and run jobs through the Java Agent. It includes running Java classes (named methods and main methods), running scripts and executables, and managing the library files the agent needs to run Java classes.

  • Use the Java classes page when defining OpCon jobs that call Java class methods or main methods
  • Use the scripts and executables page when defining OpCon jobs that run .exe, .com, .bat, or .sh files through the agent
  • Use the managing software libraries page when adding or updating the .jar files the agent needs for class-based jobs

In this section

PageDescription
Java classesHow the agent runs Java classes using named methods or the default main method, including parameter passing with type identifiers
Scripts and executablesHow the agent runs scripts and executable files, supported file types, parameter passing, and Windows argument limits
Managing software librariesHow to add .jar files to the agent class path using the library directory or library file approach