On Tue, Aug 21, 2018 at 5:48 PM Vincent Privat <vinc...@josm.openstreetmap.de> wrote: > > I found this bug: > https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1788250 > Vincent > > Le mar. 21 août 2018 à 23:27, Vincent Privat <vinc...@josm.openstreetmap.de> > a écrit : > > > Hello, > > Since today we are spammed by bug reports from Linux Mint and Ubuntu when > > people try to launch JOSM with the latest Java update > > (10.0.2+13-Ubuntu-1ubuntu0.18.04.1): > > > > https://josm.openstreetmap.de/ticket/16666 > > > > The error is "ClassNotFoundException: org.GNOME.Accessibility.AtkWrapper". > > > > Is it a known issue? We cannot really workaround it unless telling every > > impacted user to manually disable ATK wrapper in accessibility.properties. > > > > Thanks, > > Vincent > >
Even deleting the ATK wrapper in accessibility.properties doesn't help, you also have to launch JOSM with a command like java -Xmx1g -Xbootclasspath/a:/usr/share/java/java-atk-wrapper.jar -jar ~/josm/josm-tested.jar When I do both things, it appears to work around the problem. AtkWrapper is a nightmare. I remember when https://josm.openstreetmap.de/ticket/12022 had me using Meerkartor for a while.