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
Free
- Applications
-
- Business Process
- RPA DevelopmentSoftware Development
- Category
- RPA Developer ToolsUtility
- Downloads
- 123
- Vendor
- Automation Type
- Package
- Last Updated
- September 13, 2021
- First Published
- September 13, 2021
- Platform
- Automation 360
- ReadMe
- ReadMe
- Support
-
- Community Support Only
- Pathfinder Community Developer Forum
- Bot Store FAQs
- Bot Security Program
-
Level 1
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
