botnet-detection icon indicating copy to clipboard operation
botnet-detection copied to clipboard

Project Configuration details

Open MounicaChV opened this issue 5 years ago • 0 comments

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.(JpcapCaptor.java:251) at botnets.Detection.main(Detection.java:15)

It will be great if I can get any Readme file with more details. Thanks in advance !!!!

MounicaChV avatar Sep 15 '20 02:09 MounicaChV