|
From: Enrico M. <enr...@te...> - 2007-02-20 07:40:02
|
Frank Ruwolt wrote:
> no, it doesn't work - i always get the same error message. i also =
renamed the file to sipdhtjava.so
The name of the shared object is correct. With the following I'm able
to compile and run the example on an Ubuntu 6.10:
> $ cd /tmp
> $ zcat /usr/share/doc/libsipdht-java/Sipdht.java.gz > Sipdht.java
> $ export =
CLASSPATH=3D/usr/share/java/gnu-getopt.jar:/usr/share/java/sipdht0.7.jar:=
.
> $ export LD_LIBRARY_PATH=3D/usr/lib
> $ javac Sipdht.java
> $ java Sipdht
Does it work in your environment?
--=20
Ciao,
Enrico
Ahem.. Sorry, the notice below is not my fault :-(
--------------------------------------------------------------------
CONFIDENTIALITY NOTICE
This message and its attachments are addressed solely to the persons =
above and may contain confidential information. If you have received the =
message in error, be informed that any use of the content hereof is =
prohibited. Please return it immediately to the sender and delete the =
message. Should you have any questions, please contact us by replying to =
web...@te....
Thank you
www.telecomitalia.it
--------------------------------------------------------------------
=20
|