This type is a class for model objects.
Configuration for Java processes that require additional information that can be passed to the Java virtual machine when spawning the processes.
Package: processexecAttributes Summary | |
executableTargetKind : ExecutableTargetKind | Whether a Java classname or the name of an executable JAR will be used as the executable target of this Java process. |
executableTarget : EString | The name of the executable target. The target can be either a Java class containing a main() method, or an executable JAR file, depending on the Executable Target Type. |
jvmEntries : JavaVirtualMachine + | * No description is available * |
Attribute Details |