Open Java App

Overview

Opens a Java App that can then be automated by ORQA.

Note: the application will continue running after the task unless it is closed with a corresponding 'Close Java App' operation.

Inputs

Application Start Command The command that would be run to launch the application. Generally "java -jar {application-name}.jar"
Working Directory The working directory of the application (e.g. the path to where the jar is stored).
JVM Path Path to executable JVM if a non-standard java version is required.
Close on Orqa Exit Automatically close the java app when Orqa is closed.
Assign ID Assign the application an ID to identify the application in operations later on; for instance when using the corresponding 'Close Java App' or the 'Switch Java App' operations.