Java install error. Any ideas on the fix.

deailes

Registered
Thread Starter
Joined
Aug 22, 2017
Messages
2
Exception:

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.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at com.install4j.runtime.installer.Installer.getScreenExecutor(Installer.java:96)
at com.install4j.runtime.installer.Installer.runInProcess(Installer.java:58)
at com.install4j.runtime.installer.Installer.main(Installer.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:101)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:26)
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,212
Are you using the REW installation that has its own Java runtime? If not, try using that - this thread suggests it might be an issue with an existing Java runtime. Another option is to put the startup flags mentioned in that thread in the roomeqwizard.vmoptions file in the REW installation directory (usually C:\Program Files (x86)\REW). You may need to copy the file to your desktop to edit it and copy it back afterwards. These are the flag entries they used:

-Djavax.accessibility.assistive_technologies
-Djavax.accessibility.screen_magnifier_present=false
 

deailes

Registered
Thread Starter
Joined
Aug 22, 2017
Messages
2
Thanks John.

on reflection my first post was a bit sh!t

The issue i am having is not trying to start the application. I cannot install it. I get this error

upload_2018-1-25_19-20-58.png


I have tried starting the installed from powershell using the flags but it did not make any difference.

On basis of the thread you pointed to i did a bit of digging. I 'Eventually.........' discovered that Bome Midi translater pro' that i had installed asks a question about installing access bridge for reading PDFs (cannot remember the exact tickbox) but its only visible on a custom install.

I assume that this was the culprit as once i uninstalled this i was able to install using the rew version without JRE.

Its now installed.

Cheers

John
 
Top Bottom