carnivore library, unsatisfiedlinkerror
in
Contributed Library Questions
•
1 year ago
I'm recently playing with the carnivore library for processing. But I'm getting a unsatisfiedlinkerror for just running the example sketch. Here's all I got from the console.
[org.rsg.carnivore.Log] setDebug: true
[org.rsg.carnivore.CarnivoreP5] starting carnivore core
[org.rsg.carnivore.Core] Running Java version 1.6.0_29
[org.rsg.carnivore.Core] Starting Carnivore Core version 4
[org.rsg.carnivore.net.Devices] Found network devices: {en1=AirPort}
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: net.sourceforge.jpcap.capture.PacketCapture.open(ILjava/lang/String;IZI)V
at net.sourceforge.jpcap.capture.PacketCapture.open(Native Method)
at net.sourceforge.jpcap.capture.PacketCapture.open(PacketCapture.java:53)
at org.rsg.carnivore.Core.openCaptureOnEveryDevice(Core.java:76)
at org.rsg.carnivore.Core.<init>(Core.java:58)
at org.rsg.carnivore.CarnivoreP5.<init>(CarnivoreP5.java:48)
at sketch_CP5_example1.setup(sketch_CP5_example1.java:39)
at processing.core.PApplet.handleDraw(PApplet.java:1881)
at processing.core.PApplet.run(PApplet.java:1803)
at java.lang.Thread.run(Thread.java:680)
I found a
post where exactly the same issue happened to somebody else, but still no answer for this.
Thanks.
1