View Single Post
Old 01-24-2019, 05:36 AM   #287
moss
Human being with feelings
 
moss's Avatar
 
Join Date: Mar 2007
Location: Germany
Posts: 1,539
Default

Quote:
Originally Posted by ghstridr View Post
Ok did that:
java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
at java.desktop/java.awt.Toolkit.newAWTError(Unknown Source)
at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Unknown
Ah, thanks for that! It seems I did not include the assistive module into the downsized Java Runtime. I will try to release an update as soon as possible.

For the time being you have 2 options:

1) Deactivate assitive technologies: https://docs.oracle.com/javase/7/doc...l#enabling_jab

2) Download the full OpenJDK 11 from https://adoptopenjdk.net/ and replace it in the java-runtime folder.
moss is offline   Reply With Quote