activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Java Scope
Developer Activities
Last updated Oct 22, 2024
Java Scope
UiPath.Java.Activities.JavaScope
Initializes a specified Java library and provides a scope for Java Activities. All Java activities must run inside a Java Scope.
Note: The Java activity package is now compatible with .NET 5 Windows.
Common
- DisplayName - The display name of the activity. This field supports only
String
variables.
Input
- Init timeout (miliseconds) - The time to wait until running the Java library, to make sure that the entire environment is up and running. The default value is 15000ms.
- Java Library Path - The path to the Java Runtime Environment installation.
bin\java.exe
is appended to this path in order to locate the Java Library Executable. If no path is supplied in this property, the Java Library is loaded from thePATH
environment variable. This field supports only String variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.