Solving java.awt.AWTError: Assistive Technology not found in GNU/Linux
This Tip should Solve the Solve Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Exception in thread “main” java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper Issue in GNU/Linux.
Usually this problem come from a missing or unachieved Oracle Java JDK Setup on System.
![java.awt.AWTError: Assistive Technology not found Linux Solving - Featured](https://tutorialforlinux.com/wp-content/media/dg139/intro/gnomePenguinBallJava.jpg)
Solving ava.awt.AWTError: Assistive Technology not found
First, Check if Java JDK is Already Installed:
javac -version
If Yes then in the Output you should Find the Version! Otherwise See below…
How to Install Required Oracle Java on Linux Thanks to: forums.ubuntulinux.jp