You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I installed java 8 since it;s the latest version I can download that won;t give me a javax.xml.bind error, but it's givine me a different error when I try to run it.
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
I researched the problem a bit nd went into /etc/java-8-openjdk/accessibility.properties and commenting out the only line in there
This line: assistive_technologies=org.GNOME.Accessibility.AtkWrapper
I made sure the file saved properly and rebooted the computer, but I'm still getting the same error.
The isue happens regardless of wether I drag the command file into the terminal or try to run -jar myself. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
So I installed java 8 since it;s the latest version I can download that won;t give me a javax.xml.bind error, but it's givine me a different error when I try to run it.
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
I researched the problem a bit nd went into /etc/java-8-openjdk/accessibility.properties and commenting out the only line in there
This line:
assistive_technologies=org.GNOME.Accessibility.AtkWrapper
I made sure the file saved properly and rebooted the computer, but I'm still getting the same error.
The isue happens regardless of wether I drag the command file into the terminal or try to run -jar myself. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: