activities
latest
false
- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
开发者活动
上次更新日期 2026年5月15日
UiPath.Java.Activities.JavaScope
初始化指定的 Java 库,并为“Java 活动”提供作用域。所有 Java 活动均须在“Java 作用域”内运行。
备注:
Java 活动包现在与 .NET 5 Windows 兼容。
属性
常见
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
输入
- 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.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。