I want to open java jar file in UIPath through open activity or any other different method.
Currently when I try to open .jar file through open application activity it gives me selector not found error.
Your feedback are much appreciated.

JavaApp.zip (14.1 KB)
1 Like
Hi @Khizer_Najeeb,
Please try the double click activity to open the file.
Regards,
hacky_wacky
Hi @hacky_wacky.
Thanks for your reply.
Double click don’t work if I add more files on the same directory or change the application position. It’s only captures the window position.
See the below images for better understanding:


Is there any proper solution to handle this?
Thanks!
you can use Start process from activities and give location of your jar file.
It will definitely populate that executable jar file.

1 Like
Thanks @Sandeep_Uriti, this solved my problem.
Achyuth.