[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFH: Please test swt-gtk on ia64



On 4/25/06, Ian Wienand <ianw@gelato.unsw.edu.au> 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.

> ianw@lime:/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 to: