Java Extension Installation

Hi dear UIPath community,

I am currently trying to automate a java-based application. The problem is that I am not able to correctly install the UIPath Java extension.

First I have tried to install the extension through UIPath studio with the tools for installing extensions. Since this did not work I read the following article, which suggested to do it differently for Java versions >9:

I created the folder and copied the files to it and tried to add the folder to the applications class path. This is where I run into problems. Wherever I place the UIPathJavaServiceProvider.jar it cannot be found.

The java version used is:
openjdk version “11.0.4” 2019-07-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.4+11, mixed mode)

My UIPath Details are:
Studio 2020.10.2-beta.4
Community License

Machine information:
Windows 10 Enterprise Version 1809
64-bit

Thanks in advance for your help.

Best,
Richard

The application

Hi!

Please check the following posts:

Best Regards

Hi Marcelo,

Thank you for your quick response. Unfortunately, I have already seen and tried these solutions and they did not work for me.

Thus, I am quite desperate.

Thanks a lot again.

Best,
Richard

Hello @Richard_Madl,
How about placing the jar files in the same folder as konsis.jar, and reference them individually, like java -cp "dependency1.jar;dependency2.jar;konsis.jar" Konsis?