|
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.
|