Can't start Enigma
Brought to you by:
makubi-at
Get an error on startup (at 20% in GUI)
Exception in thread "main" java.lang.UnsupportedOperationException
at java.awt.TrayIcon.<init>(TrayIcon.java:120)
at java.awt.TrayIcon.<init>(TrayIcon.java:144)
at enigma.gui.GUIEnigma.setIconsAndTray(GUIEnigma.java:567)
at enigma.gui.GUIEnigma.<init>(GUIEnigma.java:156)
at enigma.Enigma.<init>(Enigma.java:40)
at enigma.Enigma.main(Enigma.java:60)
OS: Xubuntu/Linux
Do you have at least JRE 6 Update 10?
Xubuntu:
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu3)
OpenJDK Client VM (build 14.0-b16, mixed mode, sharing)
On Gentoo it works
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6.2) (Gentoo)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Look like it is the version...
Looks like you got 1.6.0_0 not 1.6.0_10 (or higher).