From: Frank R. <fra...@we...> - 2007-02-15 17:03:04
|
Hi, i'm absolutely new to this list and relatively new to p2p-sip and dht and would appreciate any help with this problem: I tried to run Sipdht.java from the examples folder (using eclipse on an ubuntu 6.10 machine). But i always get an error like this: Exception in thread "main" java.lang.UnsatisfiedLinkError: no sipdhtjava in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:993) at Sipdht.<clinit>(Sipdht.java:180) For me it looks like java tries to find a file "sipdhtjava.so" in the java.library.path or does it has to be without .so ? Anyway, i don't have such a file . . . My java.library.path looks like this: /usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client:/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/../lib/i386:/usr/lib/firefox Do you have any idea what i can do? Btw: I successfully ran the dht-example from http://sipdht.sourceforge.net/doc.html . That's why i think it's not a problem of a missing library like libsofia or libsipdht - but maybe i'm totally wrong . . . Please help. Best regards, Frank |