View Single Post
Old November 19th, 2007   #10
spauldingsmails
First Cup of Ubuntu
 
Join Date: Nov 2007
Location: Perth, WA, Australia
Beans: 10
Ubuntu 8.04 Hardy Heron
Re: Iriverter will not start; please offer a solution

If you are having trouble running iriverter with java 1.6 and are getting the following error at the terminal;

!!! no swt-pi-gtk-3236 in java.library.path

open the iriveter script;

sudo gedit /usr/bin/iriverter

and add the path to the jni directory to your library path (in red);

-Djava.library.path=$LD_LIBRARY_PATH:${exec_prefix}/lib:${exec_prefix}/lib/jni

This fixed the problem for me, hope it fixes it for you too.
spauldingsmails is offline   Reply With Quote