I've resolved this problem by following the below steps:
Actually this is happening because I've JAB dll's in various locations. You have to delete all the JAB file which is there in the following locations and by executing the following commend you can see all Jab related files sitting in your machine.
dir c:\*ccess*ridge*.dll, c:\*ccess*ridge*.jar, c:\accessibility.properties /s /b
Locations where all JAB files needs to be removed:
- Windows32
- SysWOW64
- Prism Limited\Blue Prism Automate
This solution will work for only 64-bit windows 7 or higher version of OS
1)Make sure you have installed jre 1.7 or higher version (1.7+ version will have JAB in build, so you don't need to install it externally)
2)Maker sure you have pasted below files under "Blue Prism Limited\Blue Prism Automate" Copy these files from installed jre\bin
- JavaAccessBridge-64.dll
- JAWTAccessBridge-64.dll
- WindowsAccessBridge-64.dll
3) Enable JAB from windows control panel.
Now try to spy any java application. It should be working. Cheers!! :)