After I download it manually from the site & try to run it this is the error I get:
- Code: Select all
$ java -jar ted.jar [1:23:12]
Exception in thread "main" java.lang.UnsatisfiedLinkError: no tray in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at org.jdesktop.jdic.tray.internal.impl.GnomeSystemTrayService.<clinit>(Unknown Source)
at org.jdesktop.jdic.tray.internal.impl.ServiceManagerStub.getService(Unknown Source)
at org.jdesktop.jdic.tray.internal.ServiceManager.getService(Unknown Source)
at org.jdesktop.jdic.tray.SystemTray.<clinit>(Unknown Source)
at ted.TedTrayIcon.<init>(TedTrayIcon.java:28)
at ted.TedMainDialog.initGUI(TedMainDialog.java:309)
at ted.TedMainDialog.<init>(TedMainDialog.java:125)
at ted.TedMain.main(TedMain.java:50)
Btw, it used to work perfectly fine on Ubuntu & that's a long time back. Let me know if anything can be done to fix this.
Thanks
