The TestedAppJavaParams object contains the following properties:
Property List
| Name | Description | 
|---|---|
ApplicationArguments
 | 
Defines command-line arguments that will be passed to the Java Virtual Machine. | 
ClassPaths
 | 
Specifies the path(s) to the Java classes used in the application. | 
CommandLineParameters
 | 
Specifies a string of command-line arguments to be passed to Java Virtual Machine on its start. | 
EntryPoint
 | 
Specifies the full name of the class which is the application’s entry point. | 
JarFileName
 | 
Specifies the path to the .jar file of a Java application that should be tested. | 
JarOrClassFileName
 | 
Obsolete. Specifies the path to the Java application (a .jar or .class file) that should be tested. | 
JVMExecutable
 | 
Specifies the full path to Java Virtual Machine Launcher that should be used to start the tested application. | 
Name
 | 
Returns the name of the run mode that corresponds to the parameters. | 
RunAsJar
 | 
Specifies whether the tested application should be run from the .jar file. | 
UseRelativeWorkingFolder
 | 
Obsolete. Specifies whether TestComplete uses a relative or an absolute path to Java Virtual Machine’s working folder. | 
WorkFolder
 | 
Specifies a working folder for Java Virtual Machine. | 
