Ubuntu18.04下Intellij IDEA出现org.GNOME.Accessibility.AtkWrapper问题解决

Ubuntu18.04下Intellij IDEA出现org.GNOME.Accessibility.AtkWrapper问题:

Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper

解决方法 :

This can be done by editing the accessibility.properties file for OpenJDK:

sudo gedit /etc/java-11-openjdk/accessibility.properties

Comment out the following line:

#assistive_technologies=org.GNOME.Accessibility.AtkWrapper

 注:java-8-openjdk同理。

 Ubuntu18.04下Intellij IDEA出现org.GNOME.Accessibility.AtkWrapper问题解决_第1张图片

你可能感兴趣的:(Ubuntu18.04下Intellij IDEA出现org.GNOME.Accessibility.AtkWrapper问题解决)