# Load Jar

> `UiPath.Java.Activities.LoadJar`

`UiPath.Java.Activities.LoadJar`

Loads a Java Library Package file in the current **Java Scope** for subsequent actions. A method can be invoked only after its respective class library is loaded.

:::note
The Java activity package is now compatible with .NET 5 Windows.
:::

## Properties

### Common

* **DisplayName** - The display name of the activity. This field supports only `String` variables.

### Input

* **JarPath** - The path to the `.jar` file containing the Java Library Package that you want to load. This field supports only String variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
