I have downloaded Ardunino IDE 1.0.6 and tried to start it. What I get is following:
arduino-1.0.6]$ ./arduino
Exception in thread "main" java.lang.ExceptionInInitializerError
at processing.app.Preferences.setColor(Preferences.java:863)
at processing.app.Preferences.init(Preferences.java:274)
at processing.app.Base.main(Base.java:117)
Caused by: java.awt.HeadlessException
at sun.awt.HeadlessToolkit.getMenuShortcutKeyMask(HeadlessToolkit.java:236)
at processing.core.PApplet.<clinit>(Unknown Source)
... 3 more
arduino-1.0.6]$
I am running it on Fedora 28. I need Ardunino IDE 1.0.6 to compile "Marlin".
What can be the problem here?