activities
latest
false
- Información general
- Criptografía
- Base de datos
- Java
- Python
- WebAPI
Actividades de desarrollador
Última actualización 21 de abr. de 2026
UiPath.Java.Activities.JavaScope
Inicializa una biblioteca Java especificada y proporciona un ámbito para las actividades Java. Todas las actividades de Java deben ejecutarse dentro de un ámbito de Java.
Nota:
El paquete de actividades Java ahora es compatible con .NET 5 Windows.
Propiedades
Común
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Entrada
- 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.exeis 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 thePATHenvironment variable. This field supports only String variables.
Otros
- Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.