activities
latest
false
- Vue d'ensemble (Overview)
- Cryptographie
- Base de donnés
- Java
- Python
- APIweb
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique.
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
Activités du développeur.
UiPath.Java.Activities.JavaScope
Initialise une bibliothèque Java spécifiée et fournit une étendue des activités Java. Toutes les activités Java doivent s'exécuter à l'intérieur d'une activité Java Scope.
Remarque :
Le package d'activités Java est désormais compatible avec .NET 5 Windows.
Propriétés
Commun
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Entrée
- 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.
Divers
- Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).