botnet-detection
botnet-detection copied to clipboard
Project Configuration details
Hi, I am new to jpcap and wondering how to configure it for the project in my workspace. I imported the project to my eclipse and added jpcap jar file, while the errors for jpcap rectified, when I am trying to run the project it is throwing following error...
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jpcap in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at jpcap.JpcapCaptor.
It will be great if I can get any Readme file with more details. Thanks in advance !!!!