Java Extension is not installed properly

Hi Im trying to Automate a desktop application (Java App) and im getting the below error :
Java ext error

Could anyone resolved this issue before ?

Hi @Venkatesh_Arulmozhi

Welcome to Uipath community

Check out the Troubleshoot document

Hope it will helps

Regards
Gokul

The installer uses some registry data to find the locations where Java is installed on your machine. If the JRE\JDK was manually removed, then there might be some leftovers in the registry keys.

You can check:

  • Computer\HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
  • The same path, but using CURRENT_USER.

It is only a warning and should not impact any functionality.

@vlad.coteanu Thank you for Replying ! I recently Installed the JDK for a Desktop Automation and im not able to interact with the java application since im getting a warning message while installing the java extension, Could you please let me know
how do i access the registry data (Im using VM) and im not able to find the path you have given - My username\HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
Thanks

I went through the code and the registry location used for search is SOFTWARE\\JavaSoft\\Java Runtime Environment, located either under the machine or the current user path.

If that doesn’t help you, you can use the Search functionality in Registry Editor and search for the name: SAPJRE-7_1_027_32BIT

You can also use this photo as guidance. You can go through all the folders under JavaSoft and search for that value
image