F
F
FroZor2014-08-23 16:50:12
Java
FroZor, 2014-08-23 16:50:12

Java problem, has anyone encountered "Assistive Technology not found" error?

Recently, I began to encounter this error more and more often, and on different computers.
The error occurs just out of the blue when launching the game launcher for the Minecraft server. If you run the launcher separately, without checking the protection libraries in offline mode, everything works.

Exception in thread "main" java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
  at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
  at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
  at java.awt.Window.getToolkit(Unknown Source)
  at java.awt.Window.init(Unknown Source)
  at java.awt.Window.<init>(Unknown Source)
  at java.awt.Frame.<init>(Unknown Source)
  at javax.swing.JFrame.<init>(Unknown Source)
  at ru.minecraftonly.launcher.a.g.<init>(Unknown Source)
  at ru.minecraftonly.launcher.Main.main(Unknown Source)

Google gave several solutions to this error, this is installing Access Bridge Technology manually and installing the JDK , both methods were successful, I also tested it successfully, but did not get rid of the error.
I do not actively use antiviruses, in case of problems with viruses I use something like Dr. Web cureit, Firewalls \ Firewall and access to directories is. Therefore, it is unlikely that something is blocking the path. Windows 8.1. Corporate, I have not seen such an error before.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
FroZor, 2014-08-29
@FroZor

Solved a problem.
JAVA_HOME is normally configured and working, but the one used by Launcher was of a different architecture, so there were such disagreements between Java.

1
1Michael1, 2014-08-26
@1Michael1

and with the paths to java everything is fine? which one is installed and which one does it run with? JAVA_HOME where does it look?

J
JayDi, 2021-03-13
@JayDi

For those who don't want to install Access Bridge Technology.
The problem could arise if you installed and then removed software like NVDA, which uses accessibility technologies for the blind, etc. things. It (software) turns on the access bridge in the local user profile C:\Users\current_user\.accessibility.properties- but after deletion it forgets to turn it off, so java tries to find the necessary libraries (which are not there by default and must be installed separately).
In general, for a solution on Windows, you need to open the file accessibility.propertiesand either comment out everything there with the help #at the beginning of the lines, or simply delete this file. After that, java will work again.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question