[Kde-java] UnsatisfiedLinkError

Clint Allen clint at olympus.ws
Wed Oct 6 18:44:57 CEST 2004


Hi everyone, this is my first post to the list, hope I'm not asking a FAQ.
 I searched the list archives and didn't find anything, so here goes.  I
keep getting this error when I try to run a simple KDE-Java app I'm
working on:

Exception in thread "main" java.lang.UnsatisfiedLinkError: newKDialogBase
        at org.kde.koala.KDialogBase.<init>(KDialogBase.java:330)
        at ws.olympus.kde.java.kifupdown.Main.main(Main.java:122)

The command line I'm using to run it is:

$JAVA_HOME/bin/java $1 -cp
"lib/Kifupdown-0.0.1.jar:lib/dcopjava-3.2.3.jar:lib/koala-3.2.3.jar:lib/qtjava-3.2.3.jar:lib/log4j-1.2.8.jar"
-Djava.library.path=/usr/lib/jni -Dworking.dir=`dirname $0`
ws.olympus.kde.java.kifupdown.Main

I added the "-Djava.library.path=/usr/lib/jni" option, because that's
where libqtjava.so is located on my system.  Has anyone else out there
come across this problem?



More information about the Kde-java mailing list