Symptom
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
Solution
This can be done by editing the accessibility.properties file for OpenJDK:
sudo vim /etc/java-8-openjdk/accessibility.properties
Comment out the following line:
assistive_technologies=org.GNOME.Accessibility.AtkWrapper
No comments:
Post a Comment