Java error while trying to download Moneydance
java.awt.AWTError:Assistive Technology not found:Com.sun.java.accessibility.AccessBridge
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by dwg on 03 Oct, 2024 11:02 PM
This problem came up some time ago, I kept the following note:
The best fix for this problem is to disable the Access Bridge technology in the Java configuration files.
To do this, follow these steps:
1. Navigate to C:\Users<username>
2. Open the file called .accessibility.properties using a standard text editor (Notepad is fine)
3. Find the following lines in the config:
◦ assistive_technologies=com.sun.java.accessibility.AccessBridge
◦ screen_magnifier_present=true
4. Add a hashmark (#) in front of theses lines
5. Save your changes to the file, restart the User Client Software
System closed this discussion on 02 Jan, 2025 11:10 PM.