I created a Java project using Eclipse using the jnetpcap library for which WinPCap must be installed for it to work properly. However, there is no winpcap library included in my project only jnetpcap. But when I extract the project to the generated jar with libraries or with libraries in another folder, it somehow does not work. Why does everything work when I run the program from eclipse, but not as an extracted project?
Thanks in advance.
source
share