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.shfiles through the agent - Use the managing software libraries page when adding or updating the
.jarfiles the agent needs for class-based jobs
In this section
| Page | Description |
|---|---|
| Java classes | How the agent runs Java classes using named methods or the default main method, including parameter passing with type identifiers |
| Scripts and executables | How the agent runs scripts and executable files, supported file types, parameter passing, and Windows argument limits |
| Managing software libraries | How to add .jar files to the agent class path using the library directory or library file approach |