Java problem with Windows 11
Posted: Tue Jun 21, 2022 6:24 am
GoWrite fails with an 'accessibility' error. This is a Java issue...
The best fix is to disable the Access Bridge technology in the Java configuration files. To do this, follow these steps:
Navigate to C:\Users\<username>
Open the file called .accessibility.properties using a standard text editor (Notepad is fine)
Find the following lines in the config:
assistive_technologies=com.sun.java.accessibility.AccessBridge
screen_magnifier_present=true
Add a hashmark (#) in front of theses lines
Save your changes to the file, restart the User Client Software
Not my solution - it came from https://www.papercut.com/kb/Main/Assist ... #the-cause but it works!
The best fix is to disable the Access Bridge technology in the Java configuration files. To do this, follow these steps:
Navigate to C:\Users\<username>
Open the file called .accessibility.properties using a standard text editor (Notepad is fine)
Find the following lines in the config:
assistive_technologies=com.sun.java.accessibility.AccessBridge
screen_magnifier_present=true
Add a hashmark (#) in front of theses lines
Save your changes to the file, restart the User Client Software
Not my solution - it came from https://www.papercut.com/kb/Main/Assist ... #the-cause but it works!