How to include jpcap library on Netbeans or Eclipse installed in windows 7 (64-bit)
Asked
Active
Viewed 3,420 times
2 Answers
1
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.

Brother
- 39
- 1
- 2
- 8
0
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

Srujan Kumar Gulla
- 5,721
- 9
- 48
- 78
-
but i can't find a jpcap for (64-bit) and when i include the regular version of it i got that error when compiling. Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre7\bin\jpcap.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform – Muhammed Refaat Apr 23 '13 at 09:06