Failed install in Linux Mint 19

I have been using Ganttproject for a long time, and I upgraded to Mint 19 when I built a new computer. I have open jdk 8 but I get errors on startup so that it crashes out. The terminal says that it cannot find assistive technology, but according to synaptic it is installed and it says it cannot find ATKwrapper, but Gir1.2 ATK is installed. After this it tries to load various java modules without success.

I have never had these problems before - does anybody have ideas?

Please post the terminal output.

Dec 18, 2018 4:23:15 PM org.bardsoftware.impl.eclipsito.BootImpl$1 uncaughtException
WARNING: [uncaughtException]java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886)
at sun.swing.SwingUtilities2.getSystemMnemonicKeyMask(SwingUtilities2.java:2020)
at javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(BasicLookAndFeel.java:1158)
at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:431)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:148)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1577)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:539)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:579)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1349)
at javax.swing.UIManager.initialize(UIManager.java:1459)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1426)
at javax.swing.UIManager.getDefaults(UIManager.java:659)
at javax.swing.UIManager.put(UIManager.java:988)
at net.sourceforge.ganttproject.language.GanttLanguage.setShortDateFormat(GanttLanguage.java:175)
at net.sourceforge.ganttproject.language.GanttLanguage.applyDateFormatLocale(GanttLanguage.java:162)
at net.sourceforge.ganttproject.language.GanttLanguage.setLocale(GanttLanguage.java:189)
at net.sourceforge.ganttproject.language.GanttLanguage.(GanttLanguage.java:133)
at net.sourceforge.ganttproject.language.GanttLanguage.(GanttLanguage.java:94)
at net.sourceforge.ganttproject.GanttProjectBase.(GanttProjectBase.java:83)
at net.sourceforge.ganttproject.application.MainApplication.run(MainApplication.java:36)
at org.bardsoftware.impl.eclipsito.ApplicationLauncher.launchApplication(ApplicationLauncher.java:29)
at org.bardsoftware.impl.eclipsito.BootImpl$2.run(BootImpl.java:50)

Dec 18, 2018 4:23:15 PM org.bardsoftware.impl.eclipsito.BootImpl$1 uncaughtException
WARNING: [uncaughtException]java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886)
at sun.swing.SwingUtilities2.getSystemMnemonicKeyMask(SwingUtilities2.java:2020)
at javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(BasicLookAndFeel.java:1158)
at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:431)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:148)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1577)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:539)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:579)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1349)
at javax.swing.UIManager.initialize(UIManager.java:1459)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1426)
at javax.swing.UIManager.getDefaults(UIManager.java:659)
at javax.swing.UIManager.put(UIManager.java:988)
at net.sourceforge.ganttproject.language.GanttLanguage.setShortDateFormat(GanttLanguage.java:175)
at net.sourceforge.ganttproject.language.GanttLanguage.applyDateFormatLocale(GanttLanguage.java:162)
at net.sourceforge.ganttproject.language.GanttLanguage.setLocale(GanttLanguage.java:189)
at net.sourceforge.ganttproject.language.GanttLanguage.(GanttLanguage.java:133)
at net.sourceforge.ganttproject.language.GanttLanguage.(GanttLanguage.java:94)
at net.sourceforge.ganttproject.GanttProjectBase.(GanttProjectBase.java:83)
at net.sourceforge.ganttproject.application.MainApplication.run(MainApplication.java:36)
at org.bardsoftware.impl.eclipsito.ApplicationLauncher.launchApplication(ApplicationLauncher.java:29)
at org.bardsoftware.impl.eclipsito.BootImpl$2.run(BootImpl.java:50)

I get the same garbage from installing the Deb package or from unpacking into a sub-directory.

Thanks. Will this help?


Wow, that did the trick! Thank you so much, I would never have found that on my own. I love Ganttproject for my work, so well done for your hard work.