Java Executor Package

The package provides actions to load Java JAR files that contain executable Java classes. You can execute and analyze Java methods

Top Benefits

  • Execute complex Java logic without creating an Automation 360 package
  • Execute logic in parallel using Java threads to decrease bot execution time
  • Work with bot data without data type mapping

Actions

  • Load a JAR file during bot runtime
  • Invoke a single Java method
  • Invoke multiple Java methods at the same time
  • Analyze Java classes and methods

The package provides actions to load Java JAR files that contain executable Java classes. You can execute Java methods in a sequence or in parallel by using Java Threads.
It uses java.lang.reflect which provides classes and interfaces for obtaining reflective information about classes and objects.
A sample Jar file ‘ExecutorTestClasses.jar’ and its source code as a Gradle project ‘JavaExecutorTest_GradleProject.zip’ is provided

Get Package

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
85
Vendor
Automation Type
Package
Last Updated
September 13, 2021
First Published
September 13, 2021
Platform
Automation 360
ReadMe
ReadMe
Support

See the Package in Action

Load a JAR file
Invoke a Java method
Invoke multiple Java methods in parallel
PREV NEXT
Load a JAR file
Invoke a Java method
Invoke multiple Java methods in parallel

Setup Process

Install

Download the Package and follow the instructions to install it in your AAE Control Room.

Configure

Use the Package in a bot, configure keys and other credentials the package will need (see the ReadMe for details.)

Run

That's it - now the Package is ready to get going!

Requirements and Inputs

  • Java knowledge
  • Automation 360 Package SDK knowledge is recommended for data type mapping