Reputation: 13
How to include jpcap library on Netbeans or Eclipse installed in windows 7 (64-bit)
Upvotes: 0
Views: 3498
Reputation: 39
Unfortunately there is no 64 bit version of JpCap(which was last updated in 2007). You can use jnetpcap which works with both 32 and 64 bit versions.
Upvotes: 1
Reputation: 5841
Add the jar to your working project by right clicking on any class file of the project or the project and then Buildpath -> Configure Buildpath -> Libraries -> Add External Jars -> find the location of jar
Upvotes: 0