[Coco] Drivewire 4 trouble shooting help

Aaron Wolfe aawolfe at gmail.com
Wed Aug 21 23:47:03 EDT 2013


On Wed, Aug 21, 2013 at 10:03 PM, Tim Fadden <t.fadden at cox.net> wrote:
>
> Hi guys.
>
> I got drivewire working on the RaspberryPI ok.  So I think I have a basic idea of how to get it set up.
>
> Butt........ we all have one. :-)
>
> I got a Wandboard its a quad core 100ghz arm mini like the Raspberry but way faster.  I am running Ubuntu on it.
>
> When starting drive wire I get:
>
> linaro at linaro-ubuntu-desktop:/media/3634-3461/DriveWire4_4.3.3$ java -XX:+UseConcMarkSweepGC -jar DW4UI.jar --backup &
> [1] 3549
> linaro at linaro-ubuntu-desktop:/media/3634-3461/DriveWire4_4.3.3$ 31 Dec 1969 17:33:18 INFO  [dwserver-7    ] DriveWire Server v4.3.3c starting
> Launch failed: (UnsatisfiedLinkError: Could not load SWT library. Reasons:
>     no swt-gtk-3833 in java.library.path
>     no swt-gtk in java.library.path
>     Can't load library: /usr/lib/jni/libswt-gtk-3833.so
>     Can't load library: /usr/lib/jni/libswt-gtk.so
>     Can't load library: /home/linaro/.swt/lib/linux/arm/libswt-gtk-3833.so
>     Can't load library: /home/linaro/.swt/lib/linux/arm/libswt-gtk.so
>
> linaro at linaro-ubuntu-desktop:/media/3634-3461/DriveWire4_4.3.3$
>
> I don't mind doing some investigating my self, but if you know, could you tell if this is a java error, a gtk library issue?
>

You need libswt.  On a Debian system, you would install it by typing:
apt-get install libswt-gtk-3.5-java
I suspect something similar is needed on your Ubuntu system.  Try:
apt-cache search libswt and see if some package seems to fit the bill.

-Aaron



More information about the Coco mailing list