On 4/25/06, Ian Wienand <[EMAIL PROTECTED]> wrote:
> Ok, as may be becoming clear I know just enough about java to type the
> wrong thing.  Does this help?

No worries at all! Thanks for sticking through this trouble-shooting.

> [EMAIL PROTECTED]:/tmp$ java -classpath 
> .:/usr/share/java/swt-gtk-3.jar:/usr/share/java/swt-pi-gtk-3.jar Hello "$@"
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3062 
> in java.library.path
...

Try...
$ java -Djava.library.path=/usr/lib/jni:/usr/lib \
-classpath .:/usr/share/java/swt-gtk-3.jar:/usr/share/java/swt-pi-gtk-3.jar
Hello

Cheers,
Shaun

Reply via email to