UIPath not working with OpenJDK 11

Thank you for the test and the confirmations.
Ultimately, to get UiPath to work with the OpenJDK SunAwt app:

  1. Populate c:\UiPath with:

UiPathBridge.jar
UiPathJavaBridgeV8.dll
UIPathJavaBridgeV8_x64.dll
UiPathJavaServiceProvider.jar

  1. Add the following to the app’s .vmoptions file:

-classpath C:\UiPath\UiPathBridge.jar;C:\UiPath\UiPathJavaServiceProvider.jar

  1. Verify the application’s appname\jre\conf\accessibility.properties file contains:

assistive_technologies=UiPath.UiPathBridge

Prerequisites:

  1. Update Studio (community edition) to use latest packages.
  2. Removed the global %userprofile%.accessibility.properties file.
1 Like