Jpcap UnsatisfiedLinkError: open

hello

I realized a project using jpcap on linux and it works perfectly. Now I must use the same projet on Solaris 2.8 so I have :

- recompile libpcap-0.9.5 => new libjpcap.so

- recompile jpcap-0.01.16 => new jpcap.jar

- recompile my own source

and I have an error :

Exception in thread "main" java.lang.UnsatisfiedLinkError: open

at net.sourceforge.jpcap.capture.PacketCapture.open(Native Method)

at net.sourceforge.jpcap.capture.PacketCapture.open(PacketCapture.java:63)

at Sniffer.<init>(Sniffer.java:50)

at Sniffer.main(Sniffer.java:277)

if I comment line 50, the method setFilter produce the same error java.lang.UnsatisfiedLinkError

I verify that I haven't an old version in the -Djava.library.path

Something is missing ?

[834 byte] By [loopinga] at [2007-11-27 6:51:09]
# 1
thanks for MY helpI solve the problem
loopinga at 2007-7-12 18:25:25 > top of Java-index,Java Essentials,Java Programming...
# 2
big deal
georgemca at 2007-7-12 18:25:25 > top of Java-index,Java Essentials,Java Programming...