Skip to main content

Activities

The following table lists the activities that are included in the Java activity package.

ActivityDescription
Java ScopeInitializes a specified Java library and provides a scope for Java Activities. All Java activities must run inside a Java Scope.
Load JarLoads a Java Library Package file in the current Java Scope for subsequent actions.
Invoke Java MethodInvokes a specified Java method from a .jar loaded in the Java Scope.
Convert Java ObjectConverts a JavaObject into a .NET primitive data type.
Create Java ObjectCreates a JavaObject variable from a class by using the builder specified in the TargetType property field.
Get FieldReturns a public field from a specified JavaObject variable or from a public static field inside a class.